summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
authorbrain_face <brainface@protonmail.com>2020-04-12 15:43:45 +0200
committerbrain_face <brainface@protonmail.com>2020-04-12 15:43:45 +0200
commit007a03803122b2605f089106c110a2f85e53f79d (patch)
tree696bee97a0b31c531583c13715be13f5ea901e79 /src/bike.c
parentce2fe10bec6c83c108ddf3034ecfb09beee5c198 (diff)
Renamed sub_808B9D4 -> PlayerEndWheelieWhileMoving
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 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)