diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-25 19:58:39 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-25 19:58:39 -0500 |
commit | 0ebdbcfd5b1d352d37f5806943b124e915cbfe8b (patch) | |
tree | 872a2951cc274a2e40656c4f99462b4327c363d7 /src/new_game.c | |
parent | 52c0e05abbd0b58c943d045a8457c45c72caac38 (diff) |
Document union room chat
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 7428563de..05fb9c83e 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -143,7 +143,7 @@ void NewGameInitData(void) sub_809C794(); InitEasyChatPhrases(); ResetTrainerFanClub(); - copy_strings_to_sav1(); + UnionRoomChat_InitializeRegisteredTexts(); ResetMiniGamesResults(); sub_8143D24(); SetAllRenewableItemFlags(); |