diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:45:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:45:24 -0700 |
commit | a5cd6e8ef4717aad4a055d5acb6ef250e359fc45 (patch) | |
tree | af6bda7abaef6e3dc661a377b1ddb4f02aebe8a7 /include/strings.h | |
parent | d4c6ef7ae6b47cbc8676eec0a2185d18dd6e1ed0 (diff) | |
parent | 8ba626b3c4b7eabbee56e39f2af65c49adafcd18 (diff) |
Merge pull request #231 from KDSKardabox/master
Player PC
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index cb76279f8..7c81dbcfb 100644 --- a/include/strings.h +++ b/include/strings.h @@ -389,4 +389,45 @@ extern const u8 gBirchDexRatingText_LessThan190[]; extern const u8 gBirchDexRatingText_LessThan200[]; extern const u8 gBirchDexRatingText_DexCompleted[]; +//player pc text +extern const u8 gText_WhatWouldYouLike[]; +extern const u8 gText_NoMailHere[]; + +extern const u8 gText_TakeOutItemsFromPC[]; +extern const u8 gText_StoreItemsInPC[]; +extern const u8 gText_ThrowAwayItemsInPC[]; +extern const u8 gText_GoBackPrevMenu[]; + +extern const u8 gText_ItemStorage[]; +extern const u8 gText_Mailbox[]; +extern const u8 gText_Decoration[]; +extern const u8 gText_TurnOff[]; + +extern const u8 gText_WithdrawItem[]; +extern const u8 gText_DepositItem[]; +extern const u8 gText_TossItem[]; +extern const u8 gText_Cancel[]; + +extern const u8 gText_Read[]; +extern const u8 gText_MoveToBag[]; +extern const u8 gText_Give2[]; +extern const u8 gText_Cancel2[]; + +extern const u8 gText_NoItems[]; +extern const u8 gText_WhatToDoWithVar1sMail[]; +extern const u8 gText_MessageWillBeLost[]; +extern const u8 gText_BagIsFull[]; + +extern const u8 gText_MailToBagMessageErased[]; +extern const u8 gText_GoBackPrevMenu[]; +extern const u8 gText_WithdrawHowManyItems[]; +extern const u8 gText_WithdrawXItems[]; +extern const u8 gText_TossHowManyVar1s[]; +extern const u8 gText_ThrewAwayVar2Var1s[]; +extern const u8 gText_NoRoomInBag[]; +extern const u8 gText_TooImportantToToss[]; +extern const u8 gText_ConfirmTossItems[]; +extern const u8 gText_MoveVar1Where[]; + + #endif //GUARD_STRINGS_H |