diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 12:55:27 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-31 15:43:51 -0500 |
commit | 90fb329b70433e75cfd571d8b33df2593d2b7656 (patch) | |
tree | 5283bada570efb126628296233d80ba018951fa0 /include/strings.h | |
parent | fb5c19a33bf314f4976ae56ce13f4dc9d9ed0fe0 (diff) |
through task_add_00_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 4a07d4efb..0e6b2f31c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2650,5 +2650,16 @@ extern const u8 gText_CantAcceptNewsFromTrainer[]; extern const u8 gText_CantAcceptCardFromTrainer[]; extern const u8 gText_CommunicationError[]; extern const u8 gText_NewTrainerReceived[]; +extern const u8 gText_RecordUploadedViaWireless[]; +extern const u8 gText_WonderCardSentTo[]; +extern const u8 gText_WonderNewsSentTo[]; +extern const u8 gText_StampSentTo[]; +extern const u8 gText_OtherTrainerHasCard[]; +extern const u8 gText_OtherTrainerHasStamp[]; +extern const u8 gText_OtherTrainerHasNews[]; +extern const u8 gText_NoMoreRoomForStamps[]; +extern const u8 gText_OtherTrainerCanceled[]; +extern const u8 gText_GiftSentTo[]; +extern const u8 gText_CantSendGiftToTrainer[]; #endif // GUARD_STRINGS_H |