Renamed sub_808B980 -> PlayerWheelieInPlace
This commit is contained in:
@@ -696,7 +696,7 @@ static void AcroBikeTransition_WheelieMoving(u8 direction)
|
||||
if (MetatileBehavior_IsBumpySlope(playerObjEvent->currentMetatileBehavior))
|
||||
PlayerIdleWheelie(direction);
|
||||
else
|
||||
sub_808B980(direction); //hit wall?
|
||||
PlayerWheelieInPlace(direction); //hit wall?
|
||||
}
|
||||
return;
|
||||
}
|
||||
@@ -730,7 +730,7 @@ static void AcroBikeTransition_WheelieRisingMoving(u8 direction)
|
||||
if (MetatileBehavior_IsBumpySlope(playerObjEvent->currentMetatileBehavior))
|
||||
PlayerIdleWheelie(direction);
|
||||
else
|
||||
sub_808B980(direction); //hit wall?
|
||||
PlayerWheelieInPlace(direction); //hit wall?
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1079,7 +1079,7 @@ void PlayerAcroTurnJump(u8 direction)
|
||||
PlayerSetAnimId(GetJumpInPlaceTurnAroundMovementAction(direction), 1);
|
||||
}
|
||||
|
||||
void sub_808B980(u8 direction)
|
||||
void PlayerWheelieInPlace(u8 direction)
|
||||
{
|
||||
PlaySE(SE_WALL_HIT);
|
||||
PlayerSetAnimId(GetAcroWheelieInPlaceDirectionMovementAction(direction), 2);
|
||||
|
||||
Reference in New Issue
Block a user