Rename WalkFastest functions to WalkFaster

This commit is contained in:
cbt6
2021-11-03 01:01:07 +08:00
parent a2c2d7e230
commit 4cedd2d551
6 changed files with 57 additions and 57 deletions

View File

@@ -970,10 +970,10 @@ void PlayerRideWaterCurrent(u8 a)
PlayerSetAnimId(GetRideWaterCurrentMovementAction(a), 2);
}
// fastest speed (4 speed)
// faster speed
void PlayerGoSpeed4(u8 a)
{
PlayerSetAnimId(GetWalkFastestMovementAction(a), 2);
PlayerSetAnimId(GetWalkFasterMovementAction(a), 2);
}
static void PlayerRun(u8 a)