mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fix sTVPokemonAnslerTextGroup typo
This commit is contained in:
parent
859eb4dab6
commit
86459acb69
4
src/tv.c
4
src/tv.c
@ -485,7 +485,7 @@ static const u8 *const sTVPokemonTodayFailedTextGroup[] = {
|
||||
gTVPokemonTodayFailedText06
|
||||
};
|
||||
|
||||
static const u8 *const sTVPokemonAnslerTextGroup[] = {
|
||||
static const u8 *const sTVPokemonAnglerTextGroup[] = {
|
||||
gTVPokemonAnglerText00,
|
||||
gTVPokemonAnglerText01
|
||||
};
|
||||
@ -5502,7 +5502,7 @@ static void DoTVShowPokemonAngler(void)
|
||||
TVShowDone();
|
||||
break;
|
||||
}
|
||||
ShowFieldMessage(sTVPokemonAnslerTextGroup[state]);
|
||||
ShowFieldMessage(sTVPokemonAnglerTextGroup[state]);
|
||||
}
|
||||
|
||||
static void DoTVShowTheWorldOfMasters(void)
|
||||
|
Loading…
Reference in New Issue
Block a user