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_AgathasRoom | |
| parent | a8b767965a92352de03780fb4671d2a469343d28 (diff) | |
Hide/show flags through 07F
Diffstat (limited to 'data/maps/PokemonLeague_AgathasRoom')
| -rw-r--r-- | data/maps/PokemonLeague_AgathasRoom/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/PokemonLeague_AgathasRoom/scripts.inc b/data/maps/PokemonLeague_AgathasRoom/scripts.inc index b7a6b4751..6ec5c04b7 100644 --- a/data/maps/PokemonLeague_AgathasRoom/scripts.inc +++ b/data/maps/PokemonLeague_AgathasRoom/scripts.inc @@ -65,13 +65,13 @@ PokemonLeague_AgathasRoom_EventScript_162877:: @ 8162877 call_if 0, EventScript_1628E9 checkflag FLAG_SYS_GAME_CLEAR call_if 1, EventScript_1628F2 - setflag FLAG_0x003 - setflag FLAG_0x005 + setflag FLAG_TEMP_3 + setflag FLAG_TEMP_5 checkflag FLAG_0x844 call_if 0, EventScript_1628FB checkflag FLAG_0x844 call_if 1, EventScript_162906 - clearflag FLAG_0x005 + clearflag FLAG_TEMP_5 goto EventScript_16291B EventScript_1628E8:: @ 81628E8 |
