diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-09-04 07:27:52 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-09-04 07:27:52 -0400 |
commit | 2ed726c0b9f404372d3fd468ec45bbd1eb800c84 (patch) | |
tree | 63918301fe8af7ebb655bba72eb7e7e72eb91ed0 /src | |
parent | 1264c4615a8bf53733850a22874d52d1d18bcae2 (diff) |
Fix BreakinsNews typo
Diffstat (limited to 'src')
-rw-r--r-- | src/tv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |