diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-13 19:13:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-13 19:13:44 -0400 |
commit | d72231379bd5b113744cf28c7fe9c9d6784e0174 (patch) | |
tree | 0613fc9b4f73009e47c14641340f27fce860002a /include | |
parent | e26501f130ed84b160f80232db642ec49722025f (diff) |
FieldObjectIsTrainerAndCloseToPlayer
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 5e2f0822c..3a74b3b10 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -8,5 +8,7 @@ void ClearPlayerAvatarInfo(void); void SetPlayerAvatarExtraStateTransition(u8, u8); u8 GetPlayerAvatarGenderByGraphicsId(u8); +bool8 TestPlayerAvatarFlags(u8); +void PlayerGetDestCoords(s16 *, s16 *); #endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H |