diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 18:19:19 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 18:19:19 -0500 |
commit | e01dd90bb36f850fe88f2b1edae65c74b3bc48b1 (patch) | |
tree | 0b54a56ab8809e6ef9017ad970d67ba8372272e2 /data/scripts/maps/SouthernIsland_Interior.inc | |
parent | 4d13e3394ad44eaa5dab972e73985dd1820069ea (diff) |
Update applymovement actions to reflect movement action names
Diffstat (limited to 'data/scripts/maps/SouthernIsland_Interior.inc')
-rw-r--r-- | data/scripts/maps/SouthernIsland_Interior.inc | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/data/scripts/maps/SouthernIsland_Interior.inc b/data/scripts/maps/SouthernIsland_Interior.inc index f78f938ca..432667cc9 100644 --- a/data/scripts/maps/SouthernIsland_Interior.inc +++ b/data/scripts/maps/SouthernIsland_Interior.inc @@ -132,36 +132,36 @@ SouthernIsland_Interior_EventScript_242BB7:: @ 8242BB7 return SouthernIsland_Interior_Movement_242BCA: @ 8242BCA - step_up - step_up - step_up + walk_up + walk_up + walk_up step_end SouthernIsland_Interior_Movement_242BCE: @ 8242BCE - step_14 - step_14 - step_14 - step_14 - step_14 - step_14 - step_14 - step_down - step_down - step_down - step_26 + delay_16 + delay_16 + delay_16 + delay_16 + delay_16 + delay_16 + delay_16 + walk_down + walk_down + walk_down + walk_in_place_fastest_up step_end SouthernIsland_Interior_Movement_242BDA: @ 8242BDA - step_down - step_down - step_down - step_down - step_down - step_14 - step_14 - step_down - step_down - step_down - step_down + walk_down + walk_down + walk_down + walk_down + walk_down + delay_16 + delay_16 + walk_down + walk_down + walk_down + walk_down step_end |