mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
Merge pull request #1173 from GriffinRichards/fix-typo
Fix BreakinsNews typo
This commit is contained in:
commit
d3e54f72f7
4
src/tv.c
4
src/tv.c
@ -529,7 +529,7 @@ static const u8 *const sTVFindThatGamerTextGroup[] = {
|
|||||||
gTVFindThatGamerText03
|
gTVFindThatGamerText03
|
||||||
};
|
};
|
||||||
|
|
||||||
static const u8 *const sTVBreakinsNewsTextGroup[] = {
|
static const u8 *const sTVBreakingNewsTextGroup[] = {
|
||||||
gTVBreakingNewsText00,
|
gTVBreakingNewsText00,
|
||||||
gTVBreakingNewsText01,
|
gTVBreakingNewsText01,
|
||||||
gTVBreakingNewsText02,
|
gTVBreakingNewsText02,
|
||||||
@ -6253,7 +6253,7 @@ static void DoTVShowBreakingNewsTV(void)
|
|||||||
TVShowDone();
|
TVShowDone();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ShowFieldMessage(sTVBreakinsNewsTextGroup[state]);
|
ShowFieldMessage(sTVBreakingNewsTextGroup[state]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void DoTVShowSecretBaseVisit(void)
|
static void DoTVShowSecretBaseVisit(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user