More basic script constants

This commit is contained in:
GriffinR
2020-01-10 03:19:11 -05:00
parent 29e4446a03
commit 9fafa12285
74 changed files with 232 additions and 222 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ VermilionCity_EventScript_166941:: @ 8166941
EventScript_166958:: @ 8166958
goto_if_unset FLAG_SYS_GOT_MYSTIC_TICKET, EventScript_1A77B0
checkitem ITEM_MYSTIC_TICKET, 1
compare VAR_RESULT, 0
compare VAR_RESULT, FALSE
goto_if_eq EventScript_1A77B0
goto EventScript_1A77AA
end
@@ -67,7 +67,7 @@ EventScript_166958:: @ 8166958
EventScript_166977:: @ 8166977
goto_if_unset FLAG_SYS_GOT_AURORA_TICKET, EventScript_1A77B0
checkitem ITEM_AURORA_TICKET, 1
compare VAR_RESULT, 0
compare VAR_RESULT, FALSE
goto_if_eq EventScript_1A77B0
goto EventScript_1A77AA
end