Quicker exit reaction

This commit is contained in:
Pecusx
2023-05-18 21:17:45 +02:00
parent 7c482d798c
commit f6a7217114
3 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -410,8 +410,8 @@ GoFloat
jsr TankFlying jsr TankFlying
lda #0 lda #0
sta ActiveDefenceWeapon,x ; deactivate after use sta ActiveDefenceWeapon,x ; deactivate after use
bit escFlag lda escFlag
bpl ManualShooting ; after floating tank can shoot beq ManualShooting ; after floating tank can shoot
rts rts
StandardShoot StandardShoot
inc noDeathCounter inc noDeathCounter
@@ -428,6 +428,9 @@ ShootNow
ldy TankNr ldy TankNr
mva #$00 plot4x4color mva #$00 plot4x4color
jsr DisplayOffensiveTextNr jsr DisplayOffensiveTextNr
lda escFlag
seq:rts ; keys Esc or O
lda HitFlag ;0 if missed lda HitFlag ;0 if missed
beq missed beq missed
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.