diff options
author | brain_face <brainface@protonmail.com> | 2020-04-12 16:22:03 +0200 |
---|---|---|
committer | brain_face <brainface@protonmail.com> | 2020-04-12 16:22:03 +0200 |
commit | 9abda59bd1e08ede1f6fce18d2f2f2bb230327f6 (patch) | |
tree | bc716561bea8451df23cbdf0ca090c6d1510eb06 /include/field_player_avatar.h | |
parent | 007a03803122b2605f089106c110a2f85e53f79d (diff) |
Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlope
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 12f41c0f8..bcee339d5 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -55,7 +55,7 @@ u8 GetRSAvatarGraphicsIdByGender(u8); void PlayerWheelieInPlace(u8 direction); void PlayerWheelieMove(u8 direction); void PlayerPopWheelieWhileMoving(u8 direction); -void sub_808C1B4(u8 direction); +void PlayerUseAcroBikeOnBumpySlope(u8 direction); void PlayerEndWheelieWhileMoving(u8 direction); void sub_808D194(void); void sub_808D1C8(void); |