diff --git a/scorch.xex b/scorch.xex index fde382b..b9fd08c 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index b8dbeb6..efdfe59 100644 --- a/weapons.asm +++ b/weapons.asm @@ -2139,6 +2139,16 @@ MIRVYunderscreen MIRVcontinueFly mwa #0 xdraw mva #screenheight-1 ydraw + bit XposFlag + bmi @+ ; no pixels to plot + ; plot bullets over the screen + mwa #0 ydraw + ;mwa xtraj01 xdraw + lda xtraj01,x + sta xdraw + lda xtraj02,x + sta xdraw+1 +@ jsr unPlot.unPlotAfterX jmp mrLoopi