Clean up pokemon/ball/dex mentions in comments
This commit is contained in:
2
src/tv.c
2
src/tv.c
@@ -6241,7 +6241,7 @@ static void DoTVShowSpotTheCuties(void)
|
||||
TVShowConvertInternationalString(gStringVar1, show->cuties.playerName, show->cuties.language);
|
||||
TVShowConvertInternationalString(gStringVar2, show->cuties.nickname, show->cuties.pokemonNameLanguage);
|
||||
|
||||
// Comments following the intro depend on how many ribbons the pokemon has
|
||||
// Comments following the intro depend on how many ribbons the Pokémon has
|
||||
if (show->cuties.nRibbons < 10)
|
||||
sTVShowState = SPOTCUTIES_STATE_RIBBONS_LOW;
|
||||
else if (show->cuties.nRibbons < 20)
|
||||
|
||||
Reference in New Issue
Block a user