Fix sTVPokemonAnslerTextGroup typo

This commit is contained in:
GriffinR 2023-06-05 13:13:35 -04:00
parent 859eb4dab6
commit 86459acb69

View File

@ -485,7 +485,7 @@ static const u8 *const sTVPokemonTodayFailedTextGroup[] = {
gTVPokemonTodayFailedText06 gTVPokemonTodayFailedText06
}; };
static const u8 *const sTVPokemonAnslerTextGroup[] = { static const u8 *const sTVPokemonAnglerTextGroup[] = {
gTVPokemonAnglerText00, gTVPokemonAnglerText00,
gTVPokemonAnglerText01 gTVPokemonAnglerText01
}; };
@ -5502,7 +5502,7 @@ static void DoTVShowPokemonAngler(void)
TVShowDone(); TVShowDone();
break; break;
} }
ShowFieldMessage(sTVPokemonAnslerTextGroup[state]); ShowFieldMessage(sTVPokemonAnglerTextGroup[state]);
} }
static void DoTVShowTheWorldOfMasters(void) static void DoTVShowTheWorldOfMasters(void)