diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:12:58 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:14:45 -0500 |
| commit | 33a4b6848647bd18ca1d01e44d15624c195305a9 (patch) | |
| tree | 93768c745f080551a6c0de98e1c64f9804a222dd /data/maps/OneIsland | |
| parent | 7eb54648608888a0e3dccb775dc3f4284ac934e6 (diff) | |
Use special obj event ids
Diffstat (limited to 'data/maps/OneIsland')
| -rw-r--r-- | data/maps/OneIsland/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/OneIsland/scripts.inc b/data/maps/OneIsland/scripts.inc index 171e91428..bddc46721 100644 --- a/data/maps/OneIsland/scripts.inc +++ b/data/maps/OneIsland/scripts.inc @@ -14,17 +14,17 @@ OneIsland_OnFrame:: @ 8167493 EventScript_16749D:: @ 816749D lockall textcolor 0 - applymovement 255, Movement_167505 + applymovement OBJ_EVENT_ID_PLAYER, Movement_167505 waitmovement 0 msgbox gUnknown_818161B closemessage applymovement 1, Movement_167507 - applymovement 255, Movement_1674F4 + applymovement OBJ_EVENT_ID_PLAYER, Movement_1674F4 waitmovement 0 opendoor 14, 5 waitdooranim applymovement 1, Movement_167514 - applymovement 255, Movement_167501 + applymovement OBJ_EVENT_ID_PLAYER, Movement_167501 waitmovement 0 closedoor 14, 5 waitdooranim |
