mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Displaying White Flag and inverse reaction to fire button.
This commit is contained in:
+2
-2
@@ -1241,7 +1241,7 @@ pressedSpace
|
||||
jsr WaitForKeyRelease
|
||||
lda pressTimer
|
||||
cmp #25 ; 1/2s
|
||||
bcs fire
|
||||
bcc fire
|
||||
jmp callInventory
|
||||
fire
|
||||
RTS
|
||||
@@ -1589,7 +1589,7 @@ ThereWasNoParachute
|
||||
.proc DrawTankParachute
|
||||
;Tank number in X
|
||||
;--------------------------------------------------
|
||||
lda #$34 ; parachute symbol
|
||||
lda #$5A ; parachute symbol
|
||||
sta CharCode
|
||||
lda Ytankstable,x
|
||||
sec
|
||||
|
||||
Reference in New Issue
Block a user