diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 21:51:11 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 21:51:11 -0400 |
commit | a950f9c7712ed8794e385bb7ed6b9eff360b4260 (patch) | |
tree | 86a32af44571be8b23b82e122585703909e3c621 /src/tv.c | |
parent | f2e0c9ec9d6333813ca37edbb944ff333770679e (diff) |
Clean up international_string_util
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1155,7 +1155,7 @@ void TryPutPokemonTodayOnAir(void) show->pokemonToday.ball = itemLastUsed; StringCopy(show->pokemonToday.playerName, gSaveBlock2Ptr->playerName); StringCopy(show->pokemonToday.nickname, gBattleResults.caughtMonNick); - language2 = sub_81DB604(show->pokemonToday.nickname); + language2 = GetNicknameLanguage(show->pokemonToday.nickname); StripExtCtrlCodes(show->pokemonToday.nickname); show->pokemonToday.species = gBattleResults.caughtMonSpecies; StorePlayerIdInRecordMixShow(show); |