Renamed sub_808B9D4 -> PlayerEndWheelieWhileMoving

This commit is contained in:
brain_face
2020-04-12 15:43:45 +02:00
parent ce2fe10bec
commit 007a038031
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)