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/FourIsland_IcefallCave_Back | |
| parent | 7eb54648608888a0e3dccb775dc3f4284ac934e6 (diff) | |
Use special obj event ids
Diffstat (limited to 'data/maps/FourIsland_IcefallCave_Back')
| -rw-r--r-- | data/maps/FourIsland_IcefallCave_Back/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/FourIsland_IcefallCave_Back/scripts.inc b/data/maps/FourIsland_IcefallCave_Back/scripts.inc index 45d0b163e..3fb3eb91e 100644 --- a/data/maps/FourIsland_IcefallCave_Back/scripts.inc +++ b/data/maps/FourIsland_IcefallCave_Back/scripts.inc @@ -38,7 +38,7 @@ FourIsland_IcefallCave_Back_EventScript_163D98:: @ 8163D98 delay 35 applymovement 4, Movement_163F11 applymovement 3, Movement_163F18 - applymovement 255, Movement_163EDD + applymovement OBJ_EVENT_ID_PLAYER, Movement_163EDD waitmovement 0 applymovement 2, Movement_163EE8 waitmovement 0 @@ -66,7 +66,7 @@ FourIsland_IcefallCave_Back_EventScript_163D98:: @ 8163D98 msgbox gUnknown_817B399 closemessage applymovement 3, Movement_163F1D - applymovement 255, Movement_163EE2 + applymovement OBJ_EVENT_ID_PLAYER, Movement_163EE2 applymovement 1, Movement_163EF0 applymovement 2, Movement_163EFA applymovement 4, Movement_163F05 @@ -77,7 +77,7 @@ FourIsland_IcefallCave_Back_EventScript_163D98:: @ 8163D98 delay 50 applymovement 3, Movement_163F23 waitmovement 0 - applymovement 255, Movement_1A75E7 + applymovement OBJ_EVENT_ID_PLAYER, Movement_1A75E7 waitmovement 0 textcolor 1 msgbox gUnknown_817B457 |
