diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-02-09 13:07:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 13:07:59 -0500 |
commit | 9f2ac797d3de444ed509c138f08ba9209c4e1967 (patch) | |
tree | f47a46c56c7b3ecefd454ece378685a67e4883e7 /include/field_player_avatar.h | |
parent | bef2668d8bf92f8d42e2d56b06260380d7175d93 (diff) | |
parent | 0f3e26f9a406caafbad02d39b15137efe5fb3ecd (diff) |
Merge pull request #485 from cbt6/movement
Rename some movement actions and functions
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 c7d2d6012..7e051f0dd 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -56,7 +56,7 @@ void PlayerFaceDirection(u8 direction); void PlayerFaceDirectionFast(u8 direction); void PlayerTurnInPlace(u8 direction); void PlayerJumpLedge(u8 direction); -void sub_805C260(void); +void PlayerShakeHead(void); void player_step(u8 direction, u16 newKeys, u16 heldKeys); bool32 PlayerIsMovingOnRockStairs(u8 direction); void UpdatePlayerAvatarTransitionState(void); |