summaryrefslogtreecommitdiff
path: root/data/maps/Route24
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-20 21:24:16 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-20 21:24:16 -0400
commit9aa5709329f4cbd497d0f21af10218f8a7547151 (patch)
treecfab322854a597cbbe794ed6260303d29d167f87 /data/maps/Route24
parent6b503e306d73c749794cf7b61126287e3941f12f (diff)
use TRUE and FALSE for flag conditionals; more story flags
Diffstat (limited to 'data/maps/Route24')
-rw-r--r--data/maps/Route24/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route24/scripts.inc b/data/maps/Route24/scripts.inc
index bf51af987..175cc7210 100644
--- a/data/maps/Route24/scripts.inc
+++ b/data/maps/Route24/scripts.inc
@@ -5,11 +5,11 @@ Route24_EventScript_168620:: @ 8168620
lock
faceplayer
compare_var_to_value VAR_MAP_SCENE_ROUTE24, 1
- goto_if_eq EventScript_168656
+ goto_if eq, EventScript_168656
msgbox gUnknown_8188C3C
checkitemspace ITEM_NUGGET, 1
compare_var_to_value VAR_RESULT, 0
- goto_if_eq EventScript_16864C
+ goto_if eq, EventScript_16864C
call EventScript_1686B9
release
end
@@ -47,7 +47,7 @@ EventScript_168678:: @ 8168678
msgbox gUnknown_8188C3C
checkitemspace ITEM_NUGGET, 1
compare_var_to_value VAR_RESULT, 0
- goto_if_eq EventScript_168713
+ goto_if eq, EventScript_168713
call EventScript_1686B9
releaseall
end