diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 17:51:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 17:51:51 -0400 |
commit | 7d3b68a27bd6c211790e35ac9957158b911c2ad7 (patch) | |
tree | 9bd0a53d24a104b280cae6922af8aeb74f5ef35c | |
parent | 503dafd2104c400f3dbe0494d4a97d06b82267ab (diff) |
Fix Champinship typo
-rw-r--r-- | include/battle_message.h | 2 | ||||
-rw-r--r-- | src/battle_message.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index a3f2636e5..011a1cb0c 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -274,7 +274,7 @@ extern const u8 gText_PkmnGettingPumped[]; extern const u8 gText_PkmnShroudedInMist[]; extern const u8 gText_PkmnsXPreventsSwitching[]; extern const u8 gText_TheGreatNewHope[]; -extern const u8 gText_WillChampinshipDreamComeTrue[]; +extern const u8 gText_WillChampionshipDreamComeTrue[]; extern const u8 gText_AFormerChampion[]; extern const u8 gText_ThePreviousChampion[]; extern const u8 gText_TheUnbeatenChampion[]; 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"); |