summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-14 21:27:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-15 16:00:45 -0500
commit04d176334ad590d3462e3c1eb75c1313705ae183 (patch)
tree865ca807901bf57e63523b19f2d535c7ef391f89 /src/new_game.c
parent2f81b4a204d051aeb88580dc63381011ec49fcbb (diff)
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();