diff options
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 6f758f803..ebf2c7a50 100644 --- a/src/bike.c +++ b/src/bike.c @@ -757,7 +757,7 @@ static void AcroBikeTransition_WheelieLoweringMoving(u8 direction) PlayerEndWheelie(direction); return; } - sub_808B9D4(direction); + PlayerEndWheelieWhileMoving(direction); } void Bike_TryAcroBikeHistoryUpdate(u16 newKeys, u16 heldKeys) |