G in Main Menu - change colors (Gradient)

This commit is contained in:
Pecusx
2025-12-20 16:37:56 +01:00
parent cff106297d
commit 24de89d9eb
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -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
View File
Binary file not shown.