diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 18:21:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 18:21:48 -0400 |
commit | 52bada97cda7d7aea8b67de5d07b6f527c7905ef (patch) | |
tree | 9bd0a53d24a104b280cae6922af8aeb74f5ef35c /src | |
parent | 54fb8eb68e0a4cfb441bda31d1ec3f402b565eec (diff) | |
parent | 7d3b68a27bd6c211790e35ac9957158b911c2ad7 (diff) |
Merge pull request #1143 from GriffinRichards/fix-wallyuncle
Fix Wally's parents names, typo
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 14eba28ab..191fffb01 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -1285,7 +1285,7 @@ const u8 *const gRoundsStringTable[DOME_ROUNDS_COUNT] = }; const u8 gText_TheGreatNewHope[] = _("The great new hope!\p"); -const u8 gText_WillChampinshipDreamComeTrue[] = _("Will the championship dream come true?!\p"); +const u8 gText_WillChampionshipDreamComeTrue[] = _("Will the championship dream come true?!\p"); const u8 gText_AFormerChampion[] = _("A former CHAMPION!\p"); const u8 gText_ThePreviousChampion[] = _("The previous CHAMPION!\p"); const u8 gText_TheUnbeatenChampion[] = _("The unbeaten CHAMPION!\p"); |