summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-09-04 07:35:54 -0400
committerGitHub <noreply@github.com>2020-09-04 07:35:54 -0400
commitd3e54f72f75622ac6166403abf810419ce2dc62d (patch)
tree63918301fe8af7ebb655bba72eb7e7e72eb91ed0 /src
parent1264c4615a8bf53733850a22874d52d1d18bcae2 (diff)
parent2ed726c0b9f404372d3fd468ec45bbd1eb800c84 (diff)
Merge pull request #1173 from GriffinRichards/fix-typo
Fix BreakinsNews typo
Diffstat (limited to 'src')
-rw-r--r--src/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tv.c b/src/tv.c
index 3a0e78fd4..7732bb9b1 100644
--- a/src/tv.c
+++ b/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)