diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 00:15:41 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 12:57:13 -0500 |
| commit | c39d295386654b34982d384a332b8cb7b2e55e24 (patch) | |
| tree | 523bc7c9fee26d0b42258a2f1bf344ba2946af08 /data/maps/FourIsland/scripts.inc | |
| parent | 16dc234d9964e41443b965dc774a0ff60d3338fa (diff) | |
Label used movement steps
Diffstat (limited to 'data/maps/FourIsland/scripts.inc')
| -rw-r--r-- | data/maps/FourIsland/scripts.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/FourIsland/scripts.inc b/data/maps/FourIsland/scripts.inc index 4f472100f..074e92f3f 100644 --- a/data/maps/FourIsland/scripts.inc +++ b/data/maps/FourIsland/scripts.inc @@ -29,12 +29,12 @@ FourIsland_OnFrame:: @ 8167CE2 EventScript_167CEC:: @ 8167CEC lockall textcolor 0 - applymovement 10, Movement_1A75ED + applymovement 10, Movement_WalkInPlaceFastestDown waitmovement 0 playbgm MUS_RIVAL1, 0 - applymovement 10, Movement_1A75DB + applymovement 10, Movement_ExclamationMark waitmovement 0 - applymovement 10, Movement_1A75DD + applymovement 10, Movement_Delay48 waitmovement 0 delay 25 applymovement 10, Movement_167D49 @@ -53,21 +53,21 @@ EventScript_167CEC:: @ 8167CEC end Movement_167D49:: @ 8167D49 - step_13 - step_13 - step_10 - step_10 + walk_right + walk_right + walk_down + walk_down step_end Movement_167D4E:: @ 8167D4E - step_1c - step_1a - step_10 + delay_16 + delay_4 + walk_down step_end Movement_167D52:: @ 8167D52 - step_12 - step_30 + walk_left + walk_in_place_fastest_right step_end FourIsland_EventScript_167D55:: @ 8167D55 |
