mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Quicker exit reaction
This commit is contained in:
@@ -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
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user