Fix a problem with short jumps.

This commit is contained in:
Jeremy Rand 2017-07-20 01:09:49 -05:00
parent ed3bfb9888
commit 38c75e881c
1 changed files with 1 additions and 1 deletions

View File

@ -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