summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-13 09:06:53 -0400
committerGitHub <noreply@github.com>2019-10-13 09:06:53 -0400
commit6bffe8613e2f764a03f551ad61b360dab9395eec (patch)
treece08c9183b7e23ed4fc195d250d18762c00ad112 /include/strings.h
parent094b29edb50be48ee65dab0e8866ac65bba4e225 (diff)
parent66c416875a92a5a8987dca2e1102f76c4cce5e98 (diff)
Merge pull request #115 from PikalaxALT/player_pc
Player PC
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index e7d40281d..d6608812f 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -426,4 +426,24 @@ extern const u8 gText_HaventReceivedGiftOkayToDiscard[];
extern const u8 gText_SendingWonderCard[];
extern const u8 gText_SendingWonderNews[];
+// player_pc
+extern const u8 gText_WhatWouldYouLikeToDo[];
+extern const u8 gText_TakeOutItemsFromThePC[];
+extern const u8 gText_StoreItemsInThePC[];
+extern const u8 gText_GoBackToThePreviousMenu[];
+extern const u8 gText_ItemStorage[];
+extern const u8 gText_Mailbox[];
+extern const u8 gText_TurnOff[];
+extern const u8 gText_WithdrawItem2[];
+extern const u8 gText_DepositItem2[];
+extern const u8 gOtherText_Read[];
+extern const u8 gOtherText_MoveToBag[];
+extern const u8 gOtherText_Give2[];
+extern const u8 gText_TheresNoMailHere[];
+extern const u8 gText_ThereAreNoItems[];
+extern const u8 gText_WhatWouldYouLikeToDoWithPlayersMail[];
+extern const u8 gText_MessageWillBeLost[];
+extern const u8 gText_BagIsFull[];
+extern const u8 gText_MailReturnedToBagMessageErased[];
+
#endif //GUARD_STRINGS_H