mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Fix Champinship typo
This commit is contained in:
parent
503dafd210
commit
7d3b68a27b
@ -274,7 +274,7 @@ extern const u8 gText_PkmnGettingPumped[];
|
|||||||
extern const u8 gText_PkmnShroudedInMist[];
|
extern const u8 gText_PkmnShroudedInMist[];
|
||||||
extern const u8 gText_PkmnsXPreventsSwitching[];
|
extern const u8 gText_PkmnsXPreventsSwitching[];
|
||||||
extern const u8 gText_TheGreatNewHope[];
|
extern const u8 gText_TheGreatNewHope[];
|
||||||
extern const u8 gText_WillChampinshipDreamComeTrue[];
|
extern const u8 gText_WillChampionshipDreamComeTrue[];
|
||||||
extern const u8 gText_AFormerChampion[];
|
extern const u8 gText_AFormerChampion[];
|
||||||
extern const u8 gText_ThePreviousChampion[];
|
extern const u8 gText_ThePreviousChampion[];
|
||||||
extern const u8 gText_TheUnbeatenChampion[];
|
extern const u8 gText_TheUnbeatenChampion[];
|
||||||
|
@ -1285,7 +1285,7 @@ const u8 *const gRoundsStringTable[DOME_ROUNDS_COUNT] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
const u8 gText_TheGreatNewHope[] = _("The great new hope!\p");
|
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_AFormerChampion[] = _("A former CHAMPION!\p");
|
||||||
const u8 gText_ThePreviousChampion[] = _("The previous CHAMPION!\p");
|
const u8 gText_ThePreviousChampion[] = _("The previous CHAMPION!\p");
|
||||||
const u8 gText_TheUnbeatenChampion[] = _("The unbeaten CHAMPION!\p");
|
const u8 gText_TheUnbeatenChampion[] = _("The unbeaten CHAMPION!\p");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user