diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-24 23:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 23:19:48 -0400 |
commit | 35b68c68ee565b9b232252e4f37ea082e9310560 (patch) | |
tree | aeacb544f27db8f63b17b7e808b28f4a1e12acde /include/field_player_avatar.h | |
parent | d8b76e6fb545efd69bfb18322a67243520e4d11d (diff) | |
parent | 7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff) |
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 60ece38fe..a254cff83 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -28,7 +28,7 @@ void StartFishing(u8 secondaryId); u8 GetPlayerAvatarObjectId(void); u8 PlayerGetZCoord(void); u8 GetPlayerAvatarGraphicsIdByCurrentState(void); -void sub_805CB70(void); +void StartPlayerAvatarSummonMonForFieldMoveAnim(void); void SetPlayerInvisibility(bool8); void StartTeleportInPlayerAnim(void); void StartTeleportWarpOutPlayerAnim(void); @@ -37,11 +37,11 @@ bool32 WaitTeleportInPlayerAnim(void); bool8 PartyHasMonWithSurf(void); bool8 IsPlayerSurfingNorth(void); u8 player_get_pos_including_state_based_drift(s16 *x, s16 *y); -void sub_805CBE8(void); +void StartPlayerAvatarVsSeekerAnim(void); u8 GetRivalAvatarGraphicsIdByStateIdAndGender(u8 state, u8 gender); u8 GetPlayerAvatarGraphicsIdByStateIdAndGender(u8 state, u8 gender); u8 CheckForObjectEventCollision(struct ObjectEvent *objectEvent, s16 x, s16 y, u8 direction, u8 metatileBehavior); -void sub_805C0D4(u8 direction); +void PlayerGoSlowest(u8 direction); void PlayerGoSlow(u8 direction); void PlayerGoSpeed1(u8 direction); void PlayerGoSpeed2(u8 direction); @@ -59,7 +59,7 @@ void PlayerJumpLedge(u8 direction); void sub_805C260(void); void player_step(u8 direction, u16 newKeys, u16 heldKeys); bool32 PlayerIsMovingOnRockStairs(u8 direction); -void sub_805BEB8(void); +void UpdatePlayerAvatarTransitionState(void); void InitPlayerAvatar(s16 x, s16 y, u8 direction, u8 gender); void nullsub_24(u8 direction); u8 GetRSAvatarGraphicsIdByGender(u8 gender); |