pokeemerald/include/field_player_avatar.h

17 lines
508 B
C
Raw Normal View History

2017-09-16 19:13:06 +00:00
#ifndef GUARD_FIELD_PLAYER_AVATAR_H
#define GUARD_FIELD_PLAYER_AVATAR_H
2017-09-06 13:29:59 +00:00
void ClearPlayerAvatarInfo(void);
void SetPlayerAvatarExtraStateTransition(u8, u8);
u8 GetPlayerAvatarGenderByGraphicsId(u8);
2017-09-13 23:13:44 +00:00
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);
2017-09-06 13:29:59 +00:00
2017-10-12 07:06:19 +00:00
void sub_808D074(u8);
2017-10-23 23:29:16 +00:00
void GetXYCoordsOneStepInFrontOfPlayer(s16 *xPtr, s16 *yPtr);
2017-10-12 07:06:19 +00:00
2017-09-16 19:13:06 +00:00
#endif //GUARD_FIELD_PLAYER_AVATAR_H