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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -2628,11 +2628,11 @@ EndLazy
.proc LazyAim .proc LazyAim
; aiming proc for Lazy ... weapons ; aiming proc for Lazy ... weapons
; as proc for memory optimisation ; as proc for memory optimisation
; Y - target tan nr ; Y - target tank nr
; A - target direction ; A - target direction
sty TargetTankNr sty TargetTankNr
; aiming ; aiming
jsr TakeAim ; direction still in A (0 - left, >0 - right) jsr TakeAimExtra ; direction still in A (0 - left, >0 - right)
lda Force lda Force
sta ForceTableL,x sta ForceTableL,x
lda Force+1 lda Force+1