Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlope
This commit is contained in:
+1
-1
@@ -1049,7 +1049,7 @@ void Bike_HandleBumpySlopeJump(void)
|
||||
if (MetatileBehavior_IsBumpySlope(tileBehavior))
|
||||
{
|
||||
gPlayerAvatar.acroBikeState = ACRO_STATE_WHEELIE_STANDING;
|
||||
sub_808C1B4(GetPlayerMovementDirection());
|
||||
PlayerUseAcroBikeOnBumpySlope(GetPlayerMovementDirection());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user