From c18fc198dcc3919bda2c187a63c5f0f0e17fdd1f Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 30 Sep 2023 20:05:56 +0200 Subject: [PATCH] Better Lazy aiming --- scorch.bin | Bin 32768 -> 32768 bytes scorch.xex | Bin 56646 -> 56646 bytes scorch_cart.xex | Bin 69693 -> 69693 bytes weapons.asm | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scorch.bin b/scorch.bin index f9208b4c166727c60f0c9b5d04843daeca869db1..523d1d08b585da84a973048d48e0838eebba2969 100644 GIT binary patch delta 17 YcmZo@U}|V!+F%#LBt3VtL&yPb05;eLGXMYp delta 17 YcmZo@U}|V!+F%#L6g7LZL&yPb062vPZ~y=R diff --git a/scorch.xex b/scorch.xex index 236e8e9d30d86faf70cc4de048210afc537cca35..c5fe93d11f6eade5c63ca42b80233cc6b5781de5 100644 GIT binary patch delta 17 ZcmX@Mi}~0t<_*l7m^|igX5Hkd4FE@K2Ppsm delta 17 ZcmX@Mi}~0t<_*l7nA&DN diff --git a/scorch_cart.xex b/scorch_cart.xex index 8afbd54b8cd86b1612ce2db97d224f95f91b40a8..4f5a5bd84837b79de3b746dc94b5782b7969df36 100644 GIT binary patch delta 17 ZcmdnHfMxFjmJPq2FnP?~{O5_IHULvr2{!-$ delta 17 ZcmdnHfMxFjmJPq2FtyFz{O5_IHUL!o33C7d diff --git a/weapons.asm b/weapons.asm index 5f4e339..6054de6 100644 --- a/weapons.asm +++ b/weapons.asm @@ -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