summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
authorbrain_face <brainface@protonmail.com>2020-04-12 16:22:03 +0200
committerbrain_face <brainface@protonmail.com>2020-04-12 16:22:03 +0200
commit9abda59bd1e08ede1f6fce18d2f2f2bb230327f6 (patch)
treebc716561bea8451df23cbdf0ca090c6d1510eb06 /src/bike.c
parent007a03803122b2605f089106c110a2f85e53f79d (diff)
Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlope
Diffstat (limited to 'src/bike.c')
-rw-r--r--src/bike.c2
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());
}
}
}