diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-26 02:33:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 02:33:04 -0600 |
commit | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (patch) | |
tree | 82f907925cb280cfeccfc0eeb66595e87cea6f5b /src/field/scrcmd.c | |
parent | d373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (diff) | |
parent | 48c6d764e00285378d3f24d954855c6bde613bc0 (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.c | 2 |
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; } |