funkybomb traces deleted #5

This commit is contained in:
2022-05-28 08:38:46 -04:00
parent 3c1b0a02aa
commit 636e121bf7
2 changed files with 6 additions and 6 deletions
BIN
View File
Binary file not shown.
+6 -6
View File
@@ -1821,15 +1821,15 @@ Hit
jsr unPlot jsr unPlot
EndOfFlight EndOfFlight
; mwa xdraw xcircle ; we must store for a little while mwa xdraw xcircle ; we must store for a little while
; mva ydraw ycircle ; xdraw and ydraw .... but this values are in YHit and XHit !!! mva ydraw ycircle ; xdraw and ydraw .... but this values are in YHit and XHit !!!
mwa #0 xdraw mwa #0 xdraw
mva #screenheight-1 ydraw mva #screenheight-1 ydraw
jsr unPlot jsr unPlot
; mwa xcircle xdraw mwa xcircle xdraw
; mva ycircle ydraw mva ycircle ydraw
mwa XHit xdraw ; mwa XHit xdraw
mva YHit ydraw ; mva YHit ydraw
ldy SmokeTracerFlag ldy SmokeTracerFlag
beq EndOfFlight2 beq EndOfFlight2