mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Change colors during the game with the G key (a800 only)
This commit is contained in:
+6
-3
@@ -114,7 +114,11 @@ OptionsNoRight
|
||||
OptionsNoReturn
|
||||
cmp #@kbcode._tab ; Tab key
|
||||
bne OptionsNoTab
|
||||
NextGradientNr
|
||||
jsr SelectNextGradient
|
||||
OptionsNoTab
|
||||
jmp OptionsMainLoop
|
||||
.endp
|
||||
.proc SelectNextGradient
|
||||
ldy GradientNr
|
||||
iny
|
||||
cpy #$03
|
||||
@@ -126,8 +130,7 @@ NoGradientLoop
|
||||
sta GradientColors
|
||||
lda GradientAddrH,y
|
||||
sta GradientColors+1
|
||||
OptionsNoTab
|
||||
jmp OptionsMainLoop
|
||||
rts
|
||||
.endp
|
||||
;--------
|
||||
; inversing selected option (cursor)
|
||||
|
||||
Reference in New Issue
Block a user