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)
+1 -1
View File
@@ -1095,7 +1095,7 @@ void PlayerWheelieMove(u8 direction)
PlayerSetAnimId(GetAcroWheelieMoveDirectionMovementAction(direction), 2);
}
void sub_808B9D4(u8 direction)
void PlayerEndWheelieWhileMoving(u8 direction)
{
PlayerSetAnimId(GetAcroEndWheelieMoveDirectionMovementAction(direction), 2);
}