From 2ed726c0b9f404372d3fd468ec45bbd1eb800c84 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 4 Sep 2020 07:27:52 -0400 Subject: Fix BreakinsNews typo --- src/tv.c | 4 ++-- 1 file 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) -- cgit v1.2.3