From 38c75e881c13c906d105a921220dd70595f41eca Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 20 Jul 2017 01:09:49 -0500 Subject: [PATCH] Fix a problem with short jumps. --- colourgo/game.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colourgo/game.s b/colourgo/game.s index 5e08378..fcffd32 100644 --- a/colourgo/game.s +++ b/colourgo/game.s @@ -312,7 +312,7 @@ LINE191 = LINE190 + 1024 @L2: ; Character is jumping lda lastButtonState - beq @L3 + bne @L3 lda #CHAR_STATE_FALLING sta characterState lda #0