mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Change colors during the game with the G key (a800 only)
This commit is contained in:
+9
-1
@@ -1196,7 +1196,14 @@ jumpFromStick
|
||||
jeq pressedM
|
||||
cmp #@kbcode._S ; $3e ; S
|
||||
jeq pressedS
|
||||
jmp notpressed
|
||||
.IF TARGET = 800
|
||||
cmp #61 ; G
|
||||
bne EndKeys
|
||||
jsr SelectNextGradient
|
||||
jmp ReleaseAndLoop
|
||||
.ENDIF
|
||||
EndKeys
|
||||
jmp notpressed
|
||||
checkJoy
|
||||
;------------JOY-------------
|
||||
;happy happy joy joy
|
||||
@@ -1409,6 +1416,7 @@ pressedS
|
||||
; have you tried turning sfx off and on again?
|
||||
lda #$ff
|
||||
eor:sta noSfx
|
||||
ReleaseAndLoop
|
||||
jsr WaitForKeyRelease
|
||||
jmp BeforeFire
|
||||
|
||||
|
||||
Reference in New Issue
Block a user