summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-16 09:53:08 -0500
committerGitHub <noreply@github.com>2020-01-16 09:53:08 -0500
commitfad367402892e1c25634c4448936d84a621c341c (patch)
treeb796aba2ae57729cae5f78767336082dd46a6b21 /src/new_game.c
parent0bc479db34154988c6322bf5f2bb6d48556f62c3 (diff)
parent884b46a5dc26ae9e0c0abcf7e0d69c1122a30e22 (diff)
Merge pull request #225 from GriffinRichards/doc-questlog
Document some quest log
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 0d71a5652..471c49e67 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -101,7 +101,7 @@ void ResetMenuAndMonGlobals(void)
sub_81089BC();
ResetTMCaseCursorPos();
BerryPouch_CursorResetToTop();
- sub_811089C();
+ ResetQuestLog();
SeedWildEncounterRng(Random());
ResetSpecialVars();
}
@@ -142,7 +142,7 @@ void NewGameInitData(void)
NewGameInitPCItems();
sub_809C794();
InitEasyChatPhrases();
- sub_8113044();
+ ResetTrainerFanClub();
copy_strings_to_sav1();
ResetMiniGamesResults();
sub_8143D24();