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 .macro build
dta d"1.22" ; number of this build (4 bytes) dta d"1.23" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
@@ -1244,14 +1244,17 @@ GoGradient
;sta dliA ;sta dliA
;sty dliY ;sty dliY
pha pha
phy
; lda dliColorsBack ; lda dliColorsBack
lda #0 lda #0
sta COLPF1 sta COLPF1
lda dliColorsFore+1 ldy #1
lda (GradientColors),y ; mountains colors array
bit Gradient bit Gradient
bmi @+ bmi @+
lda dliColorsFore lda dliColorsFore
@ sta COLPF2 @ sta COLPF2
ply
pla pla
rti rti
.endp .endp
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.