diff --git a/scorch.bin b/scorch.bin index c50cddb..8acd1e8 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 58a5704..788814c 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 4581064..eb00ea5 100644 --- a/weapons.asm +++ b/weapons.asm @@ -1059,7 +1059,7 @@ EndOfTheDirt mva #36 ExplosionRadius jsr CalculateExplosionRange - mva #sfx_dirt_chrg_s sfx_effect + mva #sfx_baby_missile sfx_effect mva #15 ExplosionRadius ; Hoop @@ -2857,7 +2857,11 @@ CheckCollisionWithTankLoop tay lda xtankstableH,x sbc #0 + bpl GreaterThanZero ; bmi ShieldOverLeftEdge ; I do not know whether to check it. Probably not :) !!! + ldy #0 + tya +GreaterThanZero cmp xdraw+1 bne @+ cpy xdraw