diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 10:45:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 10:45:31 -0400 |
commit | 1237156948ba0fa3d98b6b35f4a2ec9cb797ed05 (patch) | |
tree | 1a22075d847d8c6d53ff277e0ed8450b6e635ea3 /data/text | |
parent | ba5bc304f959d2387b45b9320808797272cf958a (diff) |
Identify mobile Name Card exchange labels
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/common_2.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 71b610454..09cd24e4d 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -260,14 +260,14 @@ _MysteryGiftSentHomeText:: text "'s home." prompt -_MysteryGiftReceivedCardText:: +_NameCardReceivedCardText:: text "Received" line "@" text_ram wMysteryGiftCardHolderName text "'s CARD." prompt -_MysteryGiftListedCardText:: +_NameCardListedCardText:: text_ram wMysteryGiftCardHolderName text "'s CARD was" line "listed as no.@" @@ -275,17 +275,17 @@ _MysteryGiftListedCardText:: text "." prompt -_MysteryGiftNotRegisteredCardText:: +_NameCardNotRegisteredCardText:: text "The CARD was not" line "registered." prompt -_MysteryGiftLinkCancelledText:: +_NameCardLinkCancelledText:: text "The link has been" line "cancelled." prompt -_MysteryGiftLinkCommErrorText:: +_NameCardLinkCommErrorText:: text "Communication" line "error." prompt |