summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-13 19:13:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-13 19:13:44 -0400
commitd72231379bd5b113744cf28c7fe9c9d6784e0174 (patch)
tree0613fc9b4f73009e47c14641340f27fce860002a /include
parente26501f130ed84b160f80232db642ec49722025f (diff)
FieldObjectIsTrainerAndCloseToPlayer
Diffstat (limited to 'include')
-rw-r--r--include/field_player_avatar.h2
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