Renamed sub_808B9A4 -> PlayerPopWheelieWhileMoving
This commit is contained in:
@@ -734,7 +734,7 @@ static void AcroBikeTransition_WheelieRisingMoving(u8 direction)
|
||||
}
|
||||
return;
|
||||
}
|
||||
sub_808B9A4(direction);
|
||||
PlayerPopWheelieWhileMoving(direction);
|
||||
gPlayerAvatar.runningState = MOVING;
|
||||
}
|
||||
|
||||
|
||||
@@ -1085,7 +1085,7 @@ void PlayerWheelieInPlace(u8 direction)
|
||||
PlayerSetAnimId(GetAcroWheelieInPlaceDirectionMovementAction(direction), 2);
|
||||
}
|
||||
|
||||
void sub_808B9A4(u8 direction)
|
||||
void PlayerPopWheelieWhileMoving(u8 direction)
|
||||
{
|
||||
PlayerSetAnimId(GetAcroPopWheelieMoveDirectionMovementAction(direction), 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user