summaryrefslogtreecommitdiff
path: root/src/field/scrcmd.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-25 23:33:16 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-25 23:33:16 -0600
commita8c22a9f1de634d75d8ddc117bcd2fda59aac522 (patch)
treead01315c48f3b13fe317fb7a1e792985009bac5b /src/field/scrcmd.c
parent37418d05c404aec70745e238796c11b464da33ef (diff)
finish decompiling field_weather_2
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 28584d4d0..8b2960038 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;
}