mirror of https://github.com/pret/pokeemerald.git
Renamed sub_808B9A4 -> PlayerPopWheelieWhileMoving
This commit is contained in:
parent
1be48a61c1
commit
ce2fe10bec
|
@ -54,7 +54,7 @@ u8 GetFRLGAvatarGraphicsIdByGender(u8);
|
|||
u8 GetRSAvatarGraphicsIdByGender(u8);
|
||||
void PlayerWheelieInPlace(u8 direction);
|
||||
void PlayerWheelieMove(u8 direction);
|
||||
void sub_808B9A4(u8 direction);
|
||||
void PlayerPopWheelieWhileMoving(u8 direction);
|
||||
void sub_808C1B4(u8 direction);
|
||||
void sub_808B9D4(u8 direction);
|
||||
void sub_808D194(void);
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue