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 /src/bike.c | |
parent | 007a03803122b2605f089106c110a2f85e53f79d (diff) |
Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlope
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bike.c b/src/bike.c index ebf2c7a50..e66d6b6e1 100644 --- a/src/bike.c +++ b/src/bike.c @@ -1049,7 +1049,7 @@ void Bike_HandleBumpySlopeJump(void) if (MetatileBehavior_IsBumpySlope(tileBehavior)) { gPlayerAvatar.acroBikeState = ACRO_STATE_WHEELIE_STANDING; - sub_808C1B4(GetPlayerMovementDirection()); + PlayerUseAcroBikeOnBumpySlope(GetPlayerMovementDirection()); } } } |