mirror of
https://github.com/jeremysrand/colourgo.git
synced 2025-01-08 02:33:50 +00:00
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:
parent
f7d4216224
commit
5f3a76f4f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user