mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Minimally faster AI targeting
This commit is contained in:
@@ -601,6 +601,7 @@ NoHitInFirstLoopR
|
|||||||
sbc #5
|
sbc #5
|
||||||
sta NewAngle
|
sta NewAngle
|
||||||
HitOnRightSideOfTargetR
|
HitOnRightSideOfTargetR
|
||||||
|
dec NewAngle
|
||||||
EndOfFirstLoopR
|
EndOfFirstLoopR
|
||||||
mva #5 modify ; set counter (5 turns)
|
mva #5 modify ; set counter (5 turns)
|
||||||
SecondLoopR
|
SecondLoopR
|
||||||
@@ -695,6 +696,7 @@ NoHitInFirstLoopL
|
|||||||
adc #5
|
adc #5
|
||||||
sta NewAngle
|
sta NewAngle
|
||||||
HitOnLeftSideOfTargetL
|
HitOnLeftSideOfTargetL
|
||||||
|
inc NewAngle
|
||||||
EndOfFirstLoopL
|
EndOfFirstLoopL
|
||||||
mva #5 modify ; set counter (5 turns)
|
mva #5 modify ; set counter (5 turns)
|
||||||
SecondLoopL
|
SecondLoopL
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user