diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 20:09:14 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-02-24 10:10:18 -0600 |
| commit | 0de831fd290b44b6b7236fb849e2e0318f9ebe3f (patch) | |
| tree | 40a1e34432814b3a389660e07168eae0042ead3e /data/maps/VerdanturfTown/scripts.inc | |
| parent | 4582fd15456e2c84588026cdfbe70d6b6e558a35 (diff) | |
Name some common single-entry movements
Diffstat (limited to 'data/maps/VerdanturfTown/scripts.inc')
| -rw-r--r-- | data/maps/VerdanturfTown/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/VerdanturfTown/scripts.inc b/data/maps/VerdanturfTown/scripts.inc index c929633dd..74aa613c7 100644 --- a/data/maps/VerdanturfTown/scripts.inc +++ b/data/maps/VerdanturfTown/scripts.inc @@ -12,14 +12,14 @@ VerdanturfTown_EventScript_1EB575:: @ 81EB575 faceplayer goto_if_set FLAG_RUSTURF_TUNNEL_OPENED, VerdanturfTown_EventScript_1EB594 msgbox VerdanturfTown_Text_1EB5FD, MSGBOX_DEFAULT - applymovement 2, VerdanturfTown_Movement_2725A2 + applymovement 2, Common_Movement_FaceOriginalDirection waitmovement 0 release end VerdanturfTown_EventScript_1EB594:: @ 81EB594 msgbox VerdanturfTown_Text_1EB6E0, MSGBOX_DEFAULT - applymovement 2, VerdanturfTown_Movement_2725A2 + applymovement 2, Common_Movement_FaceOriginalDirection waitmovement 0 release end |
