diff --git a/scorch.bin b/scorch.bin index a7b8c5e..7fc3a6b 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 047a0d0..d8e5b65 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index db7231d..ece4b07 100644 --- a/weapons.asm +++ b/weapons.asm @@ -1191,9 +1191,8 @@ Myself DeadTank dey jpl CheckingNextTank - ;jsr WaitOneFrame - sbb ExplosionRadius #2 - jcs CheckRange + dec ExplosionRadius + jne CheckRange ldy #10 jsr PauseYFrames rts