diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 11:27:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 11:27:51 -0400 |
commit | c9632154babc05708d0f2c7ee1f20b2939762ea1 (patch) | |
tree | 1ab3e218b587090308312581308b3300acb5f49b /src/strings.c | |
parent | c99894bc60e73f303500d604cf852ee7afc46abb (diff) |
Document pokemon summary screen, 2
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/strings.c b/src/strings.c index 64cc18f6e..2851cca54 100644 --- a/src/strings.c +++ b/src/strings.c @@ -151,7 +151,7 @@ const u8 gOtherText_UnkF9_08_Clear_01[] = _("{NO}{CLEAR 0x01}"); const u8 gUnknown_841622C[] = _("{PLUS}"); const u8 gUnknown_841622F[] = _("{ESCAPE 0x03}"); const u8 gUnknown_8416233[] = _("{ID}{NO}"); -const u8 gUnknown_8416238[] = _("{PP}"); +const u8 gText_PokeSum_PP[] = _("{PP}"); const u8 gText_SelectorArrow2[] = _("▶"); const u8 gUnknown_841623D[] = _("YES\nNO"); const u8 gText_GoBackToThePreviousMenu[] = _("Go back to the\nprevious menu."); @@ -817,15 +817,15 @@ const u8 gText_PokeSum_FatefulEncounterHatched[] = _("{DYNAMIC 0x00} nature. Met const u8 gText_PokeSum_FatefulEncounterHatched_BoldGentleGrammar[] = _("{DYNAMIC 0x00} nature. Met in a fateful\nencounter (hatched: {DYNAMIC 0x02}\nat {LV_2} {DYNAMIC 0x01})."); const u8 gText_PokeSum_ApparentlyFatefulEncounterHatched[] = _("{DYNAMIC 0x00} nature. Apparently met in\na fateful encounter (hatched:\n{DYNAMIC 0x02} at {LV_2} {DYNAMIC 0x01})."); const u8 gText_PokeSum_ApparentlyFatefulEncounterHatched_BoldGentleGrammar[] = _("{DYNAMIC 0x00} nature. Apparently met in\na fateful encounter (hatched:\n{DYNAMIC 0x02} at {LV_2} {DYNAMIC 0x01})."); -const u8 gUnknown_8419A3D[] = _("An odd POKéMON EGG found by the\nDAY-CARE couple."); -const u8 gUnknown_8419A6E[] = _("An odd POKéMON EGG obtained from\nthe traveling man."); -const u8 gUnknown_8419AA2[] = _("A wondrously peculiar POKéMON EGG\nobtained at a nice place."); -const u8 gUnknown_8419ADE[] = _("An odd POKéMON EGG obtained from\nan old woman at the SPA."); -const u8 gUnknown_8419B18[] = _("A peculiar POKéMON EGG obtained\nin a trade."); -const u8 gUnknown_8419B44[] = _("It looks like this\nEGG will take a\nlong time to hatch."); -const u8 gUnknown_8419B7B[] = _("What will hatch\nfrom this? It will\ntake some time."); -const u8 gUnknown_8419BAE[] = _("It occasionally\nmoves. It should\nhatch soon."); -const u8 gUnknown_8419BDB[] = _("It's making sounds.\nIt's almost ready\nto hatch!"); +const u8 gText_PokeSum_EggOrigin_DayCare[] = _("An odd POKéMON EGG found by the\nDAY-CARE couple."); +const u8 gText_PokeSum_EggOrigin_TravelingMan[] = _("An odd POKéMON EGG obtained from\nthe traveling man."); +const u8 gText_PokeSum_EggOrigin_NicePlace[] = _("A wondrously peculiar POKéMON EGG\nobtained at a nice place."); +const u8 gText_PokeSum_EggOrigin_Spa[] = _("An odd POKéMON EGG obtained from\nan old woman at the SPA."); +const u8 gText_PokeSum_EggOrigin_Trade[] = _("A peculiar POKéMON EGG obtained\nin a trade."); +const u8 gText_PokeSum_EggHatch_LongTime[] = _("It looks like this\nEGG will take a\nlong time to hatch."); +const u8 gText_PokeSum_EggHatch_SomeTime[] = _("What will hatch\nfrom this? It will\ntake some time."); +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_PokeSum_PageName_PokemonInfo[] = _("POKéMON INFO"); |