diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 14:46:14 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 14:46:14 -0500 |
commit | 94fbc3ac489e529176533a1fad7deac7e1014b9d (patch) | |
tree | 601565077b265a1f4dbe7d9272f3c7a13797e5e1 /data/maps/Route24/scripts.inc | |
parent | 0f5e3174d0d4b910beb273de772772d257692c94 (diff) |
Sync temp vars
Diffstat (limited to 'data/maps/Route24/scripts.inc')
-rw-r--r-- | data/maps/Route24/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route24/scripts.inc b/data/maps/Route24/scripts.inc index 831b1f1d1..6889e739c 100644 --- a/data/maps/Route24/scripts.inc +++ b/data/maps/Route24/scripts.inc @@ -26,21 +26,21 @@ EventScript_168656:: @ 8168656 Route24_EventScript_168660:: @ 8168660 lockall - setvar VAR_0x4001, 0 + setvar VAR_TEMP_1, 0 goto EventScript_168678 end Route24_EventScript_16866C:: @ 816866C lockall - setvar VAR_0x4001, 1 + setvar VAR_TEMP_1, 1 goto EventScript_168678 end EventScript_168678:: @ 8168678 textcolor 0 - compare VAR_0x4001, 0 + compare VAR_TEMP_1, 0 call_if eq, EventScript_1686FD - compare VAR_0x4001, 1 + compare VAR_TEMP_1, 1 call_if eq, EventScript_168708 applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight waitmovement 0 @@ -80,7 +80,7 @@ EventScript_168713:: @ 8168713 closemessage applymovement OBJ_EVENT_ID_PLAYER, Movement_168743 waitmovement 0 - compare VAR_0x4001, 0 + compare VAR_TEMP_1, 0 call_if eq, EventScript_168733 release end |