Fix for lonely pixel in Liquid Dirt.

This commit is contained in:
Pecusx
2022-11-29 11:21:35 +01:00
parent ee9d6b7ce9
commit 18cce6377e
5 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -1075,13 +1075,14 @@ FillHole
sta ydraw
beq ToHighFill ; if we filled all playfield (very rare but possible)
dec ydraw ; one pixel up
ToHighFill
lda ydraw
sta (tempXROLLER),y ;mountaintable update
mva #1 color
jsr plot.MakePlot
ToHighFill
.nowarn dew FillCounter
cpw FillCounter #0
lda FillCounter
ora FillCounter+1
jne RepeatFill
rts
.endp