Extra aiming fix.

This commit is contained in:
Pecusx
2023-06-14 18:32:21 +02:00
parent faa1426e1f
commit 85cac04328
4 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -815,12 +815,11 @@ SetNextTarget
bcs EnemyOnTheLeft bcs EnemyOnTheLeft
; enemy on right ; enemy on right
inc tempor2 ; set direction to right inc tempor2 ; set direction to right
sty TargetTankNr ; new target for aiming
EnemyOnTheLeft EnemyOnTheLeft
sty TargetTankNr ; new target for aiming
; Go Aiming! ; Go Aiming!
phy
jsr TakeAim.NoSecondTry ; standard aiming first (only first try) jsr TakeAim.NoSecondTry ; standard aiming first (only first try)
ply ldy TargetTankNr
lda HitFlag lda HitFlag
bpl TankHit bpl TankHit
skipThisPlayer skipThisPlayer
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.