diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 09:43:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 09:43:49 -0400 |
commit | ee3dc1edda08ae6e2bab34b8555ec410f1a930a9 (patch) | |
tree | 5b5ce81271409339f65fabe4ff8b8e735b011b1b /include/field_player_avatar.h | |
parent | 86df6d10736e1b680e874d7440f478fe5ddf8105 (diff) |
Some more functions, including some swiss-cheesing that got out of hand
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 3a74b3b10..cd00832d5 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -10,5 +10,8 @@ void SetPlayerAvatarExtraStateTransition(u8, u8); u8 GetPlayerAvatarGenderByGraphicsId(u8); bool8 TestPlayerAvatarFlags(u8); void PlayerGetDestCoords(s16 *, s16 *); +u8 player_get_direction_lower_nybble(void); +u8 player_get_direction_upper_nybble(void); +u8 player_get_x22(void); #endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H |