Renamed sub_808B9BC -> PlayerWheelieMove
This commit is contained in:
@@ -53,7 +53,7 @@ void sub_808B578(void);
|
|||||||
u8 GetFRLGAvatarGraphicsIdByGender(u8);
|
u8 GetFRLGAvatarGraphicsIdByGender(u8);
|
||||||
u8 GetRSAvatarGraphicsIdByGender(u8);
|
u8 GetRSAvatarGraphicsIdByGender(u8);
|
||||||
void PlayerWheelieInPlace(u8 direction);
|
void PlayerWheelieInPlace(u8 direction);
|
||||||
void sub_808B9BC(u8 direction);
|
void PlayerWheelieMove(u8 direction);
|
||||||
void sub_808B9A4(u8 direction);
|
void sub_808B9A4(u8 direction);
|
||||||
void sub_808C1B4(u8 direction);
|
void sub_808C1B4(u8 direction);
|
||||||
void sub_808B9D4(u8 direction);
|
void sub_808B9D4(u8 direction);
|
||||||
|
|||||||
+1
-1
@@ -700,7 +700,7 @@ static void AcroBikeTransition_WheelieMoving(u8 direction)
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
sub_808B9BC(direction);
|
PlayerWheelieMove(direction);
|
||||||
gPlayerAvatar.runningState = MOVING;
|
gPlayerAvatar.runningState = MOVING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1090,7 +1090,7 @@ void sub_808B9A4(u8 direction)
|
|||||||
PlayerSetAnimId(GetAcroPopWheelieMoveDirectionMovementAction(direction), 2);
|
PlayerSetAnimId(GetAcroPopWheelieMoveDirectionMovementAction(direction), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sub_808B9BC(u8 direction)
|
void PlayerWheelieMove(u8 direction)
|
||||||
{
|
{
|
||||||
PlayerSetAnimId(GetAcroWheelieMoveDirectionMovementAction(direction), 2);
|
PlayerSetAnimId(GetAcroWheelieMoveDirectionMovementAction(direction), 2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user