mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
Fix BreakinsNews typo
This commit is contained in:
parent
1264c4615a
commit
2ed726c0b9
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…
x
Reference in New Issue
Block a user