diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
|---|---|---|
| committer | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
| commit | 96ec5e1b84f2c1d189dc67b53a113d0299b4f37b (patch) | |
| tree | d7836932a7ee4a3ebf3eb766ddbc6b4c9a0022a2 /data/maps/SkyPillar_Outside/scripts.inc | |
| parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) | |
Use fadescreen constants
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 49fdc6b9a..84d034237 100644 --- a/data/maps/SkyPillar_Outside/scripts.inc +++ b/data/maps/SkyPillar_Outside/scripts.inc @@ -80,12 +80,12 @@ SkyPillar_Outside_EventScript_WallaceScene:: @ 8239304 msgbox SkyPillar_Outside_Text_GotToGoBackForSootopolis, MSGBOX_DEFAULT closemessage playse SE_KAIDAN - fadescreenswapbuffers 1 + fadescreenswapbuffers FADE_TO_BLACK clearflag FLAG_HIDE_MAP_NAME_POPUP setvar VAR_SOOTOPOLIS_CITY_STATE, 4 removeobject 1 clearflag FLAG_HIDE_SOOTOPOLIS_CITY_WALLACE - fadescreenswapbuffers 0 + fadescreenswapbuffers FADE_FROM_BLACK releaseall end |
