diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-07 20:04:59 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-07 20:04:59 -0400 |
commit | f8e8adf82ec56e986ece7a5eb6de87977ce2f506 (patch) | |
tree | 291d0b78ee41e7d5c624d47372baf9554720e7ed /include | |
parent | 11786cc325937ce4c0a37b3db40df26dcd785018 (diff) |
SetPlayerAvatarFieldObjectIdAndObjectId
Diffstat (limited to 'include')
-rw-r--r-- | include/field_player_avatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 8438add26..5e2f0822c 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -6,5 +6,7 @@ #define POKEEMERALD_FIELD_PLAYER_AVATAR_H void ClearPlayerAvatarInfo(void); +void SetPlayerAvatarExtraStateTransition(u8, u8); +u8 GetPlayerAvatarGenderByGraphicsId(u8); #endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H |