mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Better Lazy aiming
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user