diff --git a/colourgo/game.s b/colourgo/game.s index 5932adb..94e2226 100644 --- a/colourgo/game.s +++ b/colourgo/game.s @@ -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