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
sta NewAngle
HitOnRightSideOfTargetR
dec NewAngle
EndOfFirstLoopR
mva #5 modify ; set counter (5 turns)
SecondLoopR
@@ -695,6 +696,7 @@ NoHitInFirstLoopL
adc #5
sta NewAngle
HitOnLeftSideOfTargetL
inc NewAngle
EndOfFirstLoopL
mva #5 modify ; set counter (5 turns)
SecondLoopL
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.