Indicator of the selected color set.

This commit is contained in:
Pecusx
2022-12-25 12:41:36 +01:00
parent 5d935c4379
commit 6f1e28298d
3 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -15,7 +15,7 @@
;---------------------------------------------------
.macro build
dta d"1.22" ; number of this build (4 bytes)
dta d"1.23" ; number of this build (4 bytes)
.endm
.macro RMTSong
@@ -1244,14 +1244,17 @@ GoGradient
;sta dliA
;sty dliY
pha
phy
; lda dliColorsBack
lda #0
sta COLPF1
lda dliColorsFore+1
ldy #1
lda (GradientColors),y ; mountains colors array
bit Gradient
bmi @+
lda dliColorsFore
@ sta COLPF2
ply
pla
rti
.endp
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.