diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-01 14:05:29 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-02 18:35:00 -0400 |
commit | 7632404ba5c8ad3c1a282d080f1c65d84b485798 (patch) | |
tree | 89e0e3576a918041c59c4817a664d9f4e8b31f11 /src/new_game.c | |
parent | f53e2491bfe41cea6e912bef1692c2961927ef23 (diff) |
Document union_room_chat.c
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 290c0c2bb..55a568132 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -197,7 +197,7 @@ void NewGameInitData(void) WarpToTruck(); ScriptContext2_RunNewScript(EventScript_ResetAllMapFlags); ResetMiniGamesResults(); - copy_strings_to_sav1(); + InitUnionRoomChatRegisteredTexts(); InitLilycoveLady(); ResetAllApprenticeData(); ClearRankingHallRecords(); |