PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; DoPlayerMovement.BikeCheck returns true for it)

This commit is contained in:
Remy Oukaour
2017-12-15 23:29:42 -05:00
parent fa98c29fa4
commit 5aac8afae7
3 changed files with 5 additions and 6 deletions

View File

@@ -356,7 +356,7 @@ CheckReplaceKrisSprite: ; 154f7
ld a, [PlayerState]
cp PLAYER_NORMAL
jr z, .nope
cp PLAYER_SLIP
cp PLAYER_SKATE
jr z, .nope
cp PLAYER_SURF
jr z, .surfing