mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Indicator of the selected color set.
This commit is contained in:
+5
-2
@@ -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
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user