diff options
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/strings.s b/data/strings.s index 348e493c8..188516469 100644 --- a/data/strings.s +++ b/data/strings.s @@ -2339,11 +2339,11 @@ gText_ByeBye:: @ 85ED44A .string "My POKéMON and I help$" .string "my father’s research.$" -gText_PkmnHatchedFromEgg:: @ 85ED5A5 +gText_HatchedFromEgg:: @ 85ED5A5 .string "{STR_VAR_1} hatched from the EGG!$" -gText_NameHatchedPkmn:: @ 85ED5BE - .string "Would you like to nickname the newly\nhatched {STR_VAR_1}?$" +gText_NickHatchPrompt:: @ 85ED5BE + .string "Would you like to nickname the newly\nhatched {STR_VAR_1}?$" .align 2 gText_ReadyToBerryCrush:: @ 85ED5F0 |