diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 23:29:42 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 23:29:42 -0500 |
commit | 5aac8afae7a3514b76f684237f3de59e6a27977e (patch) | |
tree | 37ab2bbb8c3b8c4f1f0c2d89dd1cacdc8ebf13f0 /constants/wram_constants.asm | |
parent | fa98c29fa44a7509b9e2377bdf84c05981dc4931 (diff) |
PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; DoPlayerMovement.BikeCheck returns true for it)
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 23692fdef..c8c49621e 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -107,7 +107,7 @@ REGISTERED_NUMBER EQU %00111111 ; PlayerState: ; d95d PLAYER_NORMAL EQU 0 PLAYER_BIKE EQU 1 -PLAYER_SLIP EQU 2 +PLAYER_SKATE EQU 2 PLAYER_SURF EQU 4 PLAYER_SURF_PIKA EQU 8 |