diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-13 09:17:12 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-13 09:17:12 -0400 |
commit | 627402560c9445e55d8cf29a0fa5c8879fd8b7e0 (patch) | |
tree | 0aa81c04c36420104b474897ff1de76b2b8ef38c /src/strings.c | |
parent | 03b4ea32a9af67e6afb954cc44ff0c2768b86091 (diff) |
Name remaining symbols in pokemon_summary_screen.c
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strings.c b/src/strings.c index e515aa918..0855152f5 100644 --- a/src/strings.c +++ b/src/strings.c @@ -801,8 +801,8 @@ const u8 gText_RegionMap_AreaDesc_TanobyRuins[] = _("An ancient ruin that is rum const u8 gText_RegionMap_AreaDesc_AlteringCave[] = _("This island has been known by this\nname since the distant past.\nNo one today knows where it got\nthis name, however."); const u8 gText_RegionMap_AreaDesc_PatternBush[] = _("A lush and bush-like area. \nIn it are patterns where no grass\ngrows. Some study it in the belief\nthat a secret is concealed."); const u8 gText_RegionMap_AreaDesc_DottedHole[] = _("A mysterious, just-discovered\nruin from an ancient time.\nIt got its name from the six dots\non its door."); -const u8 gUnknown_8419782[] = _("{DYNAMIC 0x00} nature.\nMet in a trade."); -const u8 gUnknown_841979D[] = _("{DYNAMIC 0x00} nature.\nMet in a trade."); +const u8 gText_PokeSum_MetInATrade[] = _("{DYNAMIC 0x00} nature.\nMet in a trade."); +const u8 gText_PokeSum_MetInATrade_BoldGentleGrammar[] = _("{DYNAMIC 0x00} nature.\nMet in a trade."); const u8 gText_PokeSum_FatefulEncounterMet[] = _("{DYNAMIC 0x00} nature.\nMet in a fateful encounter when\nat {LV_2} {DYNAMIC 0x01}."); const u8 gText_PokeSum_FatefulEncounterMet_BoldGentleGrammar[] = _("{DYNAMIC 0x00} nature.\nMet in a fateful encounter when\nat {LV_2} {DYNAMIC 0x01}."); const u8 gText_PokeSum_Met[] = _("{DYNAMIC 0x00} nature.\nMet in {DYNAMIC 0x02} at {LV_2} {DYNAMIC 0x01}."); @@ -827,7 +827,7 @@ const u8 gText_PokeSum_EggHatch_SomeTime[] = _("What will hatch\nfrom this? It w const u8 gText_PokeSum_EggHatch_Soon[] = _("It occasionally\nmoves. It should\nhatch soon."); const u8 gText_PokeSum_EggHatch_AlmostReady[] = _("It's making sounds.\nIt's almost ready\nto hatch!"); const u8 gText_PokeSum_ATrade[] = _("a trade"); -const u8 gUnknown_8419C13[] = _("Somewhere"); +const u8 gText_Somewhere[] = _("Somewhere"); const u8 gText_PokeSum_PageName_PokemonInfo[] = _("POKéMON INFO"); const u8 gText_PokeSum_PageName_PokemonSkills[] = _("POKéMON SKILLS"); const u8 gText_PokeSum_PageName_KnownMoves[] = _("KNOWN MOVES"); |