summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_ReceptionGate
diff options
context:
space:
mode:
authorcbt6 <91667135+cbt6@users.noreply.github.com>2021-11-05 02:22:28 +0800
committercbt6 <91667135+cbt6@users.noreply.github.com>2021-11-05 02:22:28 +0800
commit32aaf6912feb59f48782f7e0f176de7c5391ae7b (patch)
treeeed4ff2e37e8e893bc04ea160319742de0b2e764 /data/maps/BattleFrontier_ReceptionGate
parent0fe38819616372d8de160fbd2ab8c38c2a109540 (diff)
Rename movement scripts to use Faster over Fastest
Diffstat (limited to 'data/maps/BattleFrontier_ReceptionGate')
-rw-r--r--data/maps/BattleFrontier_ReceptionGate/scripts.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/BattleFrontier_ReceptionGate/scripts.inc b/data/maps/BattleFrontier_ReceptionGate/scripts.inc
index 410eb747d..151bc665b 100644
--- a/data/maps/BattleFrontier_ReceptionGate/scripts.inc
+++ b/data/maps/BattleFrontier_ReceptionGate/scripts.inc
@@ -42,9 +42,9 @@ BattleFrontier_ReceptionGate_EventScript_ScottScene::
msgbox BattleFrontier_ReceptionGate_Text_EnjoyBattleFrontier, MSGBOX_DEFAULT
msgbox BattleFrontier_ReceptionGate_Text_IfItIsntPlayerYouCame, MSGBOX_DEFAULT
closemessage
- applymovement LOCALID_GREETER, Common_Movement_WalkInPlaceFastestUp
- applymovement LOCALID_GUIDE, Common_Movement_WalkInPlaceFastestUp
- applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
+ applymovement LOCALID_GREETER, Common_Movement_WalkInPlaceFasterUp
+ applymovement LOCALID_GUIDE, Common_Movement_WalkInPlaceFasterUp
+ applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
waitmovement 0
playse SE_PIN
applymovement LOCALID_GREETER, Common_Movement_ExclamationMark
@@ -78,7 +78,7 @@ BattleFrontier_ReceptionGate_Movement_PlayerFaceScott:
delay_16
delay_16
delay_8
- walk_in_place_fastest_right
+ walk_in_place_faster_right
step_end
@ Unused
@@ -112,7 +112,7 @@ BattleFrontier_ReceptionGate_Movement_GreeterFaceScott:
delay_16
delay_16
delay_8
- walk_in_place_fastest_right
+ walk_in_place_faster_right
step_end
BattleFrontier_ReceptionGate_Movement_FacilityGuideFaceScott:
@@ -120,7 +120,7 @@ BattleFrontier_ReceptionGate_Movement_FacilityGuideFaceScott:
delay_16
delay_16
delay_8
- walk_in_place_fastest_left
+ walk_in_place_faster_left
step_end
BattleFrontier_ReceptionGate_EventScript_Greeter::