diff --git a/ai.asm b/ai.asm index 58e44ac..6315eb2 100644 --- a/ai.asm +++ b/ai.asm @@ -814,6 +814,9 @@ SetNextTarget beq skipThisPlayer lda eXistenZ,y beq skipThisPlayer + lda BarrelLength,y + cmp #LongBarrel ; if target has Long Schlong do not aim + beq skipThisPlayer ; check target direction mva #0 tempor2 ; check target direction lda LowResDistances,x diff --git a/scorch.bin b/scorch.bin index b30c867..1550dea 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 4a77174..e3f1b98 100644 Binary files a/scorch.xex and b/scorch.xex differ