diff --git a/scorch.bin b/scorch.bin index dbacbfb..4023f70 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 87cf825..c8461e6 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 89f3fe1..e1d8d90 100644 --- a/weapons.asm +++ b/weapons.asm @@ -205,13 +205,10 @@ NoWallsInFunky ; ------------------------ .proc deathshead mva #30 ExplosionRadius - mva #sfx_nuke sfx_effect jsr GoXmissileWithSaveXYdraw sbw xdraw #34 - mva #sfx_nuke sfx_effect jsr GoXmissileWithSaveXYdraw adw xdraw #68 - mva #sfx_nuke sfx_effect jsr GoXmissileWithSaveXYdraw sbw xdraw #34 ; @@ -219,19 +216,18 @@ NoWallsInFunky ;jsr CalculateExplosionRange cpw ydraw #screenHeight bcs NoUpperCircle - mva #sfx_nuke sfx_effect jsr GoXmissileWithSaveXYdraw NoUpperCircle adw ydraw #68 ;jsr CalculateExplosionRange cpw ydraw #screenHeight bcs NoLowerCircle - mva #sfx_nuke sfx_effect jsr GoXmissileWithSaveXYdraw NoLowerCircle rts GoXmissileWithSaveXYdraw + mva #sfx_nuke sfx_effect mwa xdraw tempXROLLER mwa ydraw modify jsr xmissile