diff options
| author | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-11-05 02:22:28 +0800 |
|---|---|---|
| committer | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-11-05 02:22:28 +0800 |
| commit | 32aaf6912feb59f48782f7e0f176de7c5391ae7b (patch) | |
| tree | eed4ff2e37e8e893bc04ea160319742de0b2e764 /data/maps/BattleFrontier_BattleArenaLobby/scripts.inc | |
| parent | 0fe38819616372d8de160fbd2ab8c38c2a109540 (diff) | |
Rename movement scripts to use Faster over Fastest
Diffstat (limited to 'data/maps/BattleFrontier_BattleArenaLobby/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattleArenaLobby/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_BattleArenaLobby/scripts.inc b/data/maps/BattleFrontier_BattleArenaLobby/scripts.inc index 287fd4639..12b600f69 100644 --- a/data/maps/BattleFrontier_BattleArenaLobby/scripts.inc +++ b/data/maps/BattleFrontier_BattleArenaLobby/scripts.inc @@ -247,7 +247,7 @@ BattleFrontier_BattleArenaLobby_Movement_PlayerWalkToLeftDoor: walk_left walk_left walk_left - walk_in_place_fastest_up + walk_in_place_faster_up step_end BattleFrontier_BattleArenaLobby_Movement_PlayerEnterDoor: @@ -289,7 +289,7 @@ BattleFrontier_BattleArenaLobby_Movement_PlayerWalkToRightDoor: walk_right walk_right walk_right - walk_in_place_fastest_up + walk_in_place_faster_up step_end BattleFrontier_BattleArenaLobby_EventScript_ShowResults:: |
