From 1237156948ba0fa3d98b6b35f4a2ec9cb797ed05 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 30 Oct 2020 10:45:31 -0400 Subject: Identify mobile Name Card exchange labels --- data/text/common_2.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/text') 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 -- cgit v1.2.3