Displaying White Flag and inverse reaction to fire button.

This commit is contained in:
Pecusx
2022-06-20 13:23:36 +02:00
parent 67b5dfb110
commit 9aaa4fec69
4 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -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