Fix BreakinsNews typo
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user