Better Lazy aiming

This commit is contained in:
Pecusx
2023-09-30 20:05:56 +02:00
parent 62ea3efd16
commit c18fc198dc
4 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2628,11 +2628,11 @@ EndLazy
.proc LazyAim
; aiming proc for Lazy ... weapons
; as proc for memory optimisation
; Y - target tan nr
; Y - target tank nr
; A - target direction
sty TargetTankNr
; aiming
jsr TakeAim ; direction still in A (0 - left, >0 - right)
jsr TakeAimExtra ; direction still in A (0 - left, >0 - right)
lda Force
sta ForceTableL,x
lda Force+1