Fix problem where a floor off the left side of the screen was not being skipped as a potential floor to land on.

This commit is contained in:
Jeremy Rand 2017-08-09 22:31:54 -04:00
parent 5f3a76f4f2
commit dffb5cc56e
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ lastButtonState: .BYTE $00
bcs @overflow
cmp gridXPos
bcc @nextGrid
beq @nextGrid
@overflow:
sbc gridXPos