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/Route119_WeatherInstitute_2F/scripts.inc | |
| parent | 0fe38819616372d8de160fbd2ab8c38c2a109540 (diff) | |
Rename movement scripts to use Faster over Fastest
Diffstat (limited to 'data/maps/Route119_WeatherInstitute_2F/scripts.inc')
| -rw-r--r-- | data/maps/Route119_WeatherInstitute_2F/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route119_WeatherInstitute_2F/scripts.inc b/data/maps/Route119_WeatherInstitute_2F/scripts.inc index af281ea0a..3b94d5cc1 100644 --- a/data/maps/Route119_WeatherInstitute_2F/scripts.inc +++ b/data/maps/Route119_WeatherInstitute_2F/scripts.inc @@ -197,12 +197,12 @@ Route119_WeatherInstitute_2F_Movement_ShovePlayerOutOfWay: delay_16 delay_16 ride_water_current_up - walk_in_place_fastest_down + walk_in_place_faster_down step_end Route119_WeatherInstitute_2F_Movement_PlayerReturnToPosition: slide_down - walk_in_place_fastest_left + walk_in_place_faster_left step_end Route119_WeatherInstitute_2F_Movement_ScientistApproachPlayer: |
