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