diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 20:30:38 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 20:30:38 -0400 |
| commit | 2ff8af13d5a259fa0ca07afe3ecf4792b6871a80 (patch) | |
| tree | e787d04143073746d171dcd841b43f95829afc53 /data/maps/FiveIsland_ResortGorgeous_House/scripts.inc | |
| parent | a8b767965a92352de03780fb4671d2a469343d28 (diff) | |
Hide/show flags through 07F
Diffstat (limited to 'data/maps/FiveIsland_ResortGorgeous_House/scripts.inc')
| -rw-r--r-- | data/maps/FiveIsland_ResortGorgeous_House/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/FiveIsland_ResortGorgeous_House/scripts.inc b/data/maps/FiveIsland_ResortGorgeous_House/scripts.inc index a4dc96f91..4f9abcadd 100644 --- a/data/maps/FiveIsland_ResortGorgeous_House/scripts.inc +++ b/data/maps/FiveIsland_ResortGorgeous_House/scripts.inc @@ -8,7 +8,7 @@ FiveIsland_ResortGorgeous_House_EventScript_171EBE:: @ 8171EBE special sub_8112364 lock faceplayer - checkflag FLAG_0x002 + checkflag FLAG_TEMP_2 goto_if_eq EventScript_172043 compare_var_to_value VAR_STORAGE_UNKNOWN, 65535 goto_if_eq EventScript_171F0B @@ -65,7 +65,7 @@ EventScript_171F34:: @ 8171F34 giveitem VAR_0x403B compare_var_to_value VAR_RESULT, 0 goto_if_eq EventScript_172025 - setflag FLAG_0x002 + setflag FLAG_TEMP_2 setvar VAR_STORAGE_UNKNOWN, 0 release end @@ -103,7 +103,7 @@ EventScript_172025:: @ 8172025 msgbox gUnknown_81A45E8 textcolor 1 msgbox gUnknown_81A461B - setflag FLAG_0x002 + setflag FLAG_TEMP_2 setvar VAR_STORAGE_UNKNOWN, 0 release end |
