mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
MIRV bullets over the screen now are visible
This commit is contained in:
BIN
Binary file not shown.
+10
@@ -2139,6 +2139,16 @@ MIRVYunderscreen
|
|||||||
MIRVcontinueFly
|
MIRVcontinueFly
|
||||||
mwa #0 xdraw
|
mwa #0 xdraw
|
||||||
mva #screenheight-1 ydraw
|
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
|
jsr unPlot.unPlotAfterX
|
||||||
jmp mrLoopi
|
jmp mrLoopi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user