Skip to content

Commit

Permalink
Fixed Bike
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmncoraldev committed Oct 19, 2021
1 parent 1dd4e9e commit 5c8960e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/player_movement.asm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ DoPlayerMovement:: ; 80000wWalkingDirection
jp z, .Standing
cp PLAYER_FALLING
jp z, .Falling
jr .Normal
.Sand
ld a, [wStuckInSandCounter]
cp 0
Expand Down

0 comments on commit 5c8960e

Please sign in to comment.