diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-30 07:48:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 07:48:45 -0500 |
commit | d1965e3c751b77243c11d62eadc994422dc682ae (patch) | |
tree | 61ee8faf9f1fc7569efa086f2108b7f886e49127 /data/scripts/maps/Route110.inc | |
parent | b8f90052a58d1781ef40e2a4b7decf4ca4ed62b8 (diff) | |
parent | 9680b95bdde1226e12485a84e47c6a7c32932048 (diff) |
Merge pull request #618 from huderlem/objMovement
Document event object movement
Diffstat (limited to 'data/scripts/maps/Route110.inc')
-rw-r--r-- | data/scripts/maps/Route110.inc | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/data/scripts/maps/Route110.inc b/data/scripts/maps/Route110.inc index 070340760..8245b3107 100644 --- a/data/scripts/maps/Route110.inc +++ b/data/scripts/maps/Route110.inc @@ -492,48 +492,48 @@ Route110_EventScript_14FF66:: @ 814FF66 return Route110_Movement_14FF6E:: @ 814FF6E - step_down - step_left - step_25 - step_end + walk_down + walk_left + walk_in_place_fastest_down + end_movement Route110_Movement_14FF72:: @ 814FF72 - step_down - step_end + walk_down + end_movement Route110_Movement_14FF74:: @ 814FF74 - step_down - step_right - step_25 - step_end + walk_down + walk_right + walk_in_place_fastest_down + end_movement Route110_Movement_14FF78:: @ 814FF78 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_end + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + end_movement Route110_Movement_14FF80:: @ 814FF80 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_15 - step_end + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_down + end_movement Route110_Movement_14FF89:: @ 814FF89 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_16 - step_end + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + walk_fast_up + end_movement |