diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 15:50:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 15:50:25 -0400 |
commit | 4f12f0ae287afedfd490d959e3902a98aa3dabea (patch) | |
tree | 965eed9dd1294f369bb9c9ec977450c7e64a76c9 /include/strings.h | |
parent | 5b361db6b3e4fa6ec2f5a03c2c060c1a6afe5a3f (diff) |
fakematching task00_mystery_gift
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 0e6b2f31c..1561da26d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2661,5 +2661,16 @@ extern const u8 gText_NoMoreRoomForStamps[]; extern const u8 gText_OtherTrainerCanceled[]; extern const u8 gText_GiftSentTo[]; extern const u8 gText_CantSendGiftToTrainer[]; +extern const u8 gText_DontHaveCardNewOneInput[]; +extern const u8 gText_DontHaveNewsNewOneInput[]; +extern const u8 gText_WhereShouldCardBeAccessed[]; +extern const u8 gText_WhereShouldNewsBeAccessed[]; +extern const u8 gText_Communicating[]; +extern const u8 gText_ThrowAwayWonderCard[]; +extern const u8 gText_HaventReceivedCardsGift[]; +extern const u8 gText_CommunicationCompleted[]; +extern const u8 gText_HaventReceivedGiftOkayToDiscard[]; +extern const u8 gText_SendingWonderCard[]; +extern const u8 gText_SendingWonderNews[]; #endif // GUARD_STRINGS_H |