diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-06 05:05:33 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-06 14:34:36 -0400 |
commit | 756fad0e61e62e71af6cf451257f882691c004b0 (patch) | |
tree | 675340b2a0493dadf1adf999fea339de15ddff0f /include/field_player_avatar.h | |
parent | 802d2b2f0f4d5d5be80617dfbb53f6fe11cbeeb9 (diff) |
Document some event object movement
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index c30ce0b6f..903fe6ef1 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -6,7 +6,7 @@ void ClearPlayerAvatarInfo(void); void SetPlayerAvatarExtraStateTransition(u8, u8); u8 GetPlayerAvatarGenderByGraphicsId(u8); bool8 TestPlayerAvatarFlags(u8); -u8 GetPlayerAvatarObjectId(void); +u8 GetPlayerAvatarSpriteId(void); void PlayerGetDestCoords(s16 *, s16 *); u8 GetPlayerFacingDirection(void); u8 GetPlayerMovementDirection(void); |