summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-02-25 08:03:22 -0600
committerGitHub <noreply@github.com>2019-02-25 08:03:22 -0600
commitb3a7a1278abea55a2b4982c0dfc42d04c7981ba9 (patch)
tree6c0949b768afe69803f3675fe919bcce2d8e52f6 /src/overworld.c
parent84573f1774a710160af23f28ca436f6166f233c2 (diff)
parent1cd5cb09cfb434b2f688a5a6ec13e0a2d430a41a (diff)
Merge pull request #577 from Phlosioneer/weather-15
Document the weather state functions
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c
index d5584efc3..a10d1e17a 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -2123,7 +2123,7 @@ static void sub_8086988(u32 a1)
FieldEffectActiveListClear();
StartWeather();
- sub_80AEE84();
+ ResumePausedWeather();
if (!a1)
SetUpFieldTasks();
RunOnResumeMapScript();