From dffb5cc56eee7fe9bcfb05b18ed2505b2cc5a52b Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 9 Aug 2017 22:31:54 -0400 Subject: [PATCH] Fix problem where a floor off the left side of the screen was not being skipped as a potential floor to land on. --- colourgo/game.s | 1 + 1 file changed, 1 insertion(+) diff --git a/colourgo/game.s b/colourgo/game.s index 94e2226..e3d88c8 100644 --- a/colourgo/game.s +++ b/colourgo/game.s @@ -569,6 +569,7 @@ lastButtonState: .BYTE $00 bcs @overflow cmp gridXPos bcc @nextGrid + beq @nextGrid @overflow: sbc gridXPos