Renamed sub_808B9A4 -> PlayerPopWheelieWhileMoving

This commit is contained in:
brain_face
2020-04-12 15:35:38 +02:00
parent 1be48a61c1
commit ce2fe10bec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -734,7 +734,7 @@ static void AcroBikeTransition_WheelieRisingMoving(u8 direction)
}
return;
}
sub_808B9A4(direction);
PlayerPopWheelieWhileMoving(direction);
gPlayerAvatar.runningState = MOVING;
}