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/PokemonLeague_LoreleisRoom | |
| parent | a8b767965a92352de03780fb4671d2a469343d28 (diff) | |
Hide/show flags through 07F
Diffstat (limited to 'data/maps/PokemonLeague_LoreleisRoom')
| -rw-r--r-- | data/maps/PokemonLeague_LoreleisRoom/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/PokemonLeague_LoreleisRoom/scripts.inc b/data/maps/PokemonLeague_LoreleisRoom/scripts.inc index 5356038e3..201b03fd2 100644 --- a/data/maps/PokemonLeague_LoreleisRoom/scripts.inc +++ b/data/maps/PokemonLeague_LoreleisRoom/scripts.inc @@ -67,13 +67,13 @@ PokemonLeague_LoreleisRoom_EventScript_1625DC:: @ 81625DC call_if 0, EventScript_162641 checkflag FLAG_0x844 call_if 1, EventScript_16264A - setflag FLAG_0x003 - setflag FLAG_0x005 + setflag FLAG_TEMP_3 + setflag FLAG_TEMP_5 checkflag FLAG_0x844 call_if 0, EventScript_162653 checkflag FLAG_0x844 call_if 1, EventScript_16265E - clearflag FLAG_0x005 + clearflag FLAG_TEMP_5 goto EventScript_162673 EventScript_162640:: @ 8162640 |
