diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-21 21:15:54 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-21 21:15:54 -0400 |
commit | 6ee1bd06218bd80ca9cce754d34ba8cdd9701dc8 (patch) | |
tree | 57f2fe829364eec01a5033f439399d225a6b4cd6 /src/new_game.c | |
parent | 8df72e4da6223f5d284029cb8503850523978a76 (diff) |
Decompile event_data.s
Diffstat (limited to 'src/new_game.c')
-rw-r--r-- | src/new_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c index bede6ce94..e27c862bb 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -103,7 +103,7 @@ void ResetMenuAndMonGlobals(void) BerryPouch_CursorResetToTop(); sub_811089C(); sub_8083214(Random()); - sub_806E6FC(); + ResetSpecialVars(); } void NewGameInitData(void) |