From abb01d1dfd9a53c58d68a561121998c9c174f4c7 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 8 Aug 2017 22:30:13 -0400 Subject: [PATCH] Adjust the point where the character starts to fall off the right edge of the floor. --- colourgo/game.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colourgo/game.s b/colourgo/game.s index f06ecf0..f74c620 100644 --- a/colourgo/game.s +++ b/colourgo/game.s @@ -574,7 +574,7 @@ lastButtonState: .BYTE $00 sbc gridXPos ldx gridXShift beq @skipRightAdjust - cpx #3 + cpx #5 bcs @skipRightAdjust sec sbc #2