MIRV bullets over the screen now are visible

This commit is contained in:
Pecusx
2022-06-01 11:44:53 +02:00
parent 532ee7dc88
commit 94e6caebed
2 changed files with 10 additions and 0 deletions
BIN
View File
Binary file not shown.
+10
View File
@@ -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