diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-14 20:10:36 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-14 20:10:36 -0800 |
commit | 8d346b1baba8296f1a795b9add8f8f5ca5108d9f (patch) | |
tree | 03c740e3d7fbbf8d31d3f2fd2a8484a083a3d44c /data/event_scripts.s | |
parent | 58bf5392b36bc3a5c3559f218aff9f751dd90a64 (diff) |
A few more flags
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index a84a2dd12..f703eb327 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1236,7 +1236,7 @@ gUnknown_0819FA81:: @ 819FA81 setflag FLAG_HIDE_RIVAL_ROUTE119 setflag FLAG_HIDE_CAVE_OF_ORIGIN_ENTRANCE_WOMAN_1 setflag FLAG_HIDE_CAVE_OF_ORIGIN_ENTRANCE_WOMAN_2 - setflag 973 + setflag FLAG_HIDE_STEVEN_SOOTOPOLIS setflag FLAG_HIDE_LANETTE setflag FLAG_HIDE_TRICKMASTER_ENTRANCE setflag FLAG_HIDE_MT_CHIMNEY_PEOPLE @@ -2359,7 +2359,7 @@ MagmaHideout_B1F_EventScript_1A04FD:: @ 81A04FD playpokecry SPECIES_ELECTRODE, 2 delay 40 waitpokecry - setflag 977 + setflag FLAG_HIDE_ELECTRODE_1_HIDEOUT setflag 2145 dowildbattle clearflag 2145 @@ -2375,7 +2375,7 @@ MagmaHideout_B1F_EventScript_1A051B:: @ 81A051B playpokecry SPECIES_ELECTRODE, 2 delay 40 waitpokecry - setflag 978 + setflag FLAG_HIDE_ELECTRODE_2_HIDEOUT setflag 2145 dowildbattle clearflag 2145 |