diff --git a/scorch.asm b/scorch.asm index d10cdf4..4353071 100644 --- a/scorch.asm +++ b/scorch.asm @@ -18,7 +18,7 @@ ;--------------------------------------------------- .macro build - dta d"1.27" ; number of this build (4 bytes) + dta d"1.28" ; number of this build (4 bytes) .endm .macro RMTSong @@ -314,14 +314,9 @@ no5200splash dey bpl @- - ; initialize one Variable in zero page :) - ;lda #dliColorsFore - ;sta GradientColors+1 ; set gradient to the full LGBTIQQAAPP+ flag on start - mva #1 GradientNr - jsr SelectNextGradient + mva #1 GradientNr ; #1 to set gradient number 2 :) (next one) + jsr SelectNextGradient.NotWind ; generate linetables mwa #display temp diff --git a/scorch.bin b/scorch.bin index e57d369..ad09a83 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 751d6ba..1f8ffa9 100644 Binary files a/scorch.xex and b/scorch.xex differ