summaryrefslogtreecommitdiff
path: root/src/field/scrcmd.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-11-26 02:33:04 -0600
committerGitHub <noreply@github.com>2017-11-26 02:33:04 -0600
commit4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (patch)
tree82f907925cb280cfeccfc0eeb66595e87cea6f5b /src/field/scrcmd.c
parentd373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (diff)
parent48c6d764e00285378d3f24d954855c6bde613bc0 (diff)
Merge pull request #475 from camthesaxman/decompile_field_weather
decompile field_weather_effects
Diffstat (limited to 'src/field/scrcmd.c')
-rw-r--r--src/field/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/scrcmd.c b/src/field/scrcmd.c
index 28aa3355a..e6305d9c4 100644
--- a/src/field/scrcmd.c
+++ b/src/field/scrcmd.c
@@ -692,7 +692,7 @@ bool8 ScrCmd_setweather(struct ScriptContext *ctx)
bool8 ScrCmd_resetweather(struct ScriptContext *ctx)
{
- sub_80806E4();
+ SetSav1WeatherFromCurrMapHeader();
return FALSE;
}