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