diff options
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 |
