diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-10 08:10:59 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-03-10 09:23:58 -0500 |
| commit | 8e1537fb57dc7ed17079b30f7a3851132cf462bd (patch) | |
| tree | e425e17d7f36257cbec1f611e9678e99a634b10e /data/maps/SkyPillar_Outside/scripts.inc | |
| parent | 32f71b29766effb1d7cd137cc27f31631fef36e7 (diff) | |
Document map name popup flag
Diffstat (limited to 'data/maps/SkyPillar_Outside/scripts.inc')
| -rw-r--r-- | data/maps/SkyPillar_Outside/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SkyPillar_Outside/scripts.inc b/data/maps/SkyPillar_Outside/scripts.inc index 93d4e42c3..c4769c990 100644 --- a/data/maps/SkyPillar_Outside/scripts.inc +++ b/data/maps/SkyPillar_Outside/scripts.inc @@ -12,7 +12,7 @@ SkyPillar_Outside_MapScript1_2392B8: @ 82392B8 end SkyPillar_Outside_EventScript_2392CF:: @ 82392CF - setflag FLAG_SPECIAL_FLAG_0x4000 + setflag FLAG_HIDE_MAP_NAME_POPUP return SkyPillar_Outside_EventScript_2392D3:: @ 82392D3 @@ -81,7 +81,7 @@ SkyPillar_Outside_EventScript_239304:: @ 8239304 closemessage playse SE_KAIDAN fadescreenswapbuffers 1 - clearflag FLAG_SPECIAL_FLAG_0x4000 + clearflag FLAG_HIDE_MAP_NAME_POPUP setvar VAR_RAYQUAZA_STATE, 4 removeobject 1 clearflag FLAG_HIDE_SOOTOPOLIS_CITY_WALLACE |
