diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:01:50 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:01:50 -0800 |
commit | 765526b99f50bf6b8c41c69bd6b1dc82471cda2d (patch) | |
tree | e74d93fa7a8eee6737f0e786890d427d7c8c1fc1 /data/event_scripts.s | |
parent | d1b967444e7f0e21b8b5d1a09c8e164bd828da08 (diff) |
Label flags up to flag 119.
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index dfc251980..2a4fdebd8 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -4439,9 +4439,9 @@ SlateportCity_OceanicMuseum_1F_EventScript_1ADEE0:: @ 81ADEE0 compare RESULT, 1 goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_1ADF96 copyvar 0x8009, 0x8006 - checkflag 105 + checkflag FLAG_OCEANIC_MUSEUM_MET_REPORTER goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_1ADF25 - setflag 105 + setflag FLAG_OCEANIC_MUSEUM_MET_REPORTER msgbox SlateportCity_OceanicMuseum_1F_Text_1A927F, 5 compare RESULT, 1 goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_1ADF44 |