Minimally faster AI targeting

This commit is contained in:
Pecusx
2023-04-26 14:40:11 +02:00
parent e215148faf
commit 1b6fdb6bb5
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.