mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user