mirror of https://github.com/pret/pokeemerald.git
Merge pull request #1173 from GriffinRichards/fix-typo
Fix BreakinsNews typo
This commit is contained in:
commit
d3e54f72f7
4
src/tv.c
4
src/tv.c
|
@ -529,7 +529,7 @@ static const u8 *const sTVFindThatGamerTextGroup[] = {
|
|||
gTVFindThatGamerText03
|
||||
};
|
||||
|
||||
static const u8 *const sTVBreakinsNewsTextGroup[] = {
|
||||
static const u8 *const sTVBreakingNewsTextGroup[] = {
|
||||
gTVBreakingNewsText00,
|
||||
gTVBreakingNewsText01,
|
||||
gTVBreakingNewsText02,
|
||||
|
@ -6253,7 +6253,7 @@ static void DoTVShowBreakingNewsTV(void)
|
|||
TVShowDone();
|
||||
break;
|
||||
}
|
||||
ShowFieldMessage(sTVBreakinsNewsTextGroup[state]);
|
||||
ShowFieldMessage(sTVBreakingNewsTextGroup[state]);
|
||||
}
|
||||
|
||||
static void DoTVShowSecretBaseVisit(void)
|
||||
|
|
Loading…
Reference in New Issue