diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 17:51:26 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 17:51:26 -0500 |
commit | 4d13e3394ad44eaa5dab972e73985dd1820069ea (patch) | |
tree | 05141d2c6307990b3013bc330e80d8e163492181 /include/field_player_avatar.h | |
parent | aa9a45c16fbaee2fffc94e4741e0a1f203b244bc (diff) |
Bring all movement function names up-to-date with pokeruby
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 970f47d5f..8cd6c275b 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -8,9 +8,9 @@ u8 GetPlayerAvatarGenderByGraphicsId(u8); bool8 TestPlayerAvatarFlags(u8); u8 GetPlayerAvatarObjectId(void); void PlayerGetDestCoords(s16 *, s16 *); -u8 player_get_direction_lower_nybble(void); -u8 player_get_direction_upper_nybble(void); -u8 player_get_x22(void); +u8 GetPlayerFacingDirection(void); +u8 GetPlayerMovementDirection(void); +u8 PlayerGetCopyableMovement(void); void PlayerGoSpeed1(u8); void PlayerGoSpeed2(u8); void PlayerGoSpeed3(u8); @@ -43,6 +43,6 @@ void sub_808C114(void); u8 GetPlayerAvatarGraphicsIdByCurrentState(void); void SetPlayerAvatarStateMask(u8 a); u8 GetPlayerAvatarGraphicsIdByStateId(u8 a); -u8 sub_8093540(u32); +u8 GetJumpSpecialMovementAction(u32); #endif // GUARD_FIELD_PLAYER_AVATAR_H |