mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
G in Main Menu - change colors (Gradient)
This commit is contained in:
+4
-1
@@ -140,7 +140,9 @@ EndOfOptions
|
||||
OptionsNoReturn
|
||||
.IF TARGET = 800
|
||||
cmp #@kbcode._G ; $61 ; G
|
||||
beq TabPressed
|
||||
bne OptionsNoG
|
||||
jsr SelectNextGradient.NextGradient
|
||||
OptionsNoG
|
||||
.ENDIF
|
||||
cmp #@kbcode._tab ; Tab key
|
||||
bne OptionsNoTab
|
||||
@@ -196,6 +198,7 @@ NoMountains
|
||||
sta BlackHole
|
||||
rts
|
||||
NoBlackHole
|
||||
NextGradient
|
||||
ldy GradientNr
|
||||
iny
|
||||
cpy #$03
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user