Fixed C0ntest (#4563)
This commit is contained in:
parent
ac16a52918
commit
cd1f4a8e94
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ const u8 gText_Switch[] = _("SWITCH");
|
|||
const u8 gText_PkmnInfo[] = _("POKéMON INFO");
|
||||
const u8 gText_PkmnSkills[] = _("POKéMON SKILLS");
|
||||
const u8 gText_BattleMoves[] = _("BATTLE MOVES");
|
||||
const u8 gText_ContestMoves[] = _("C0NTEST MOVES");
|
||||
const u8 gText_ContestMoves[] = _("CONTEST MOVES");
|
||||
const u8 gText_Info[] = _("INFO");
|
||||
const u8 gText_EggWillTakeALongTime[] = _("It looks like this EGG will\ntake a long time to hatch.");
|
||||
const u8 gText_EggWillTakeSomeTime[] = _("What will hatch from this?\nIt will take some time.");
|
||||
|
|
Loading…
Reference in a new issue