Rename WalkInPlaceFastest to WalkInPlaceFaster

This commit is contained in:
cbt6
2021-11-05 01:54:34 +08:00
parent 7940f121f6
commit 0fe3881961
6 changed files with 39 additions and 39 deletions

View File

@@ -2163,7 +2163,7 @@ static bool8 LavaridgeGym1FWarpEffect_AshPuff(struct Task *task, struct ObjectEv
} else
{
task->data[1]++;
ObjectEventSetHeldMovement(objectEvent, GetWalkInPlaceFastestMovementAction(objectEvent->facingDirection));
ObjectEventSetHeldMovement(objectEvent, GetWalkInPlaceFasterMovementAction(objectEvent->facingDirection));
PlaySE(SE_LAVARIDGE_FALL_WARP);
}
}