Renamed sub_808B9D4 -> PlayerEndWheelieWhileMoving
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user