Fix problem where sometimes the right cap of a floor is not correctly cleared as it scrolls off the screen. The problem is that we need to delay moving the grid along to the next floor until after the old base grid has been fully cleared.

This commit is contained in:
Jeremy Rand 2017-08-09 22:19:51 -04:00
parent f7d4216224
commit 5f3a76f4f2
1 changed files with 1 additions and 0 deletions

View File

@ -1004,6 +1004,7 @@ yPos: .BYTE $00
lda gridXPos
cmp (LEVELADDR),y
bcc @return
beq @return
; At this point, we know that this grid is not visible
; Check to see if the start of the next grid is left justified