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/scripts/abnormal_weather.inc | |
parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) |
Use fadescreen constants
Diffstat (limited to 'data/scripts/abnormal_weather.inc')
-rw-r--r-- | data/scripts/abnormal_weather.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/abnormal_weather.inc b/data/scripts/abnormal_weather.inc index 9a900f315..88da0405f 100644 --- a/data/scripts/abnormal_weather.inc +++ b/data/scripts/abnormal_weather.inc @@ -179,7 +179,7 @@ AbnormalWeather_EventScript_EndEventAndCleanup_1:: @ 8273D1F AbnormalWeather_EventScript_EndEventAndCleanup_2:: @ 8273D31 closemessage - fadescreenswapbuffers 1 + fadescreenswapbuffers FADE_TO_BLACK setweather WEATHER_SUNNY doweather call AbnormalWeather_EventScript_CleanupMapTiles @@ -187,7 +187,7 @@ AbnormalWeather_EventScript_EndEventAndCleanup_2:: @ 8273D31 setvar VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_NONE setvar VAR_SHOULD_END_ABNORMAL_WEATHER, 0 clearflag FLAG_HIDE_MAP_NAME_POPUP - fadescreenswapbuffers 0 + fadescreenswapbuffers FADE_FROM_BLACK releaseall end |