Better colors init.

This commit is contained in:
Pecusx
2023-02-07 19:59:37 +01:00
parent f15e815c1a
commit 1337c83791
3 changed files with 3 additions and 8 deletions
+3 -8
View File
@@ -18,7 +18,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"1.27" ; number of this build (4 bytes) dta d"1.28" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
@@ -314,14 +314,9 @@ no5200splash
dey dey
bpl @- bpl @-
; initialize one Variable in zero page :)
;lda #<dliColorsFore
;sta GradientColors
;lda #>dliColorsFore
;sta GradientColors+1
; set gradient to the full LGBTIQQAAPP+ flag on start ; set gradient to the full LGBTIQQAAPP+ flag on start
mva #1 GradientNr mva #1 GradientNr ; #1 to set gradient number 2 :) (next one)
jsr SelectNextGradient jsr SelectNextGradient.NotWind
; generate linetables ; generate linetables
mwa #display temp mwa #display temp
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.