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/Route24/scripts.inc | |
parent | 7eb54648608888a0e3dccb775dc3f4284ac934e6 (diff) |
Use special obj event ids
Diffstat (limited to 'data/maps/Route24/scripts.inc')
-rw-r--r-- | data/maps/Route24/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route24/scripts.inc b/data/maps/Route24/scripts.inc index 30e5a753e..2d41467ac 100644 --- a/data/maps/Route24/scripts.inc +++ b/data/maps/Route24/scripts.inc @@ -42,7 +42,7 @@ EventScript_168678:: @ 8168678 call_if eq, EventScript_1686FD compare VAR_0x4001, 1 call_if eq, EventScript_168708 - applymovement 255, Movement_1A75EB + applymovement OBJ_EVENT_ID_PLAYER, Movement_1A75EB waitmovement 0 msgbox gUnknown_8188C3C checkitemspace ITEM_NUGGET, 1 @@ -78,7 +78,7 @@ EventScript_168708:: @ 8168708 EventScript_168713:: @ 8168713 msgbox gUnknown_8188CC2 closemessage - applymovement 255, Movement_168743 + applymovement OBJ_EVENT_ID_PLAYER, Movement_168743 waitmovement 0 compare VAR_0x4001, 0 call_if eq, EventScript_168733 |