diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-03 13:39:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 13:39:11 -0500 |
commit | bc0fe11d163da1131daf63bdeb2abcba788f6036 (patch) | |
tree | e0f649059b6b506b957ad378c9c8283b57380430 /include/strings.h | |
parent | 6f127dca8f6f4462d6f50807a8456316340d674f (diff) | |
parent | 8d0618778125e8260021652d369584d82a8cdf39 (diff) |
Merge pull request #169 from ghoulslash/shop
Shop
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index e55cb02f5..d71d94d48 100644 --- a/include/strings.h +++ b/include/strings.h @@ -97,6 +97,7 @@ extern const u8 gOtherText_Toss[]; extern const u8 gOtherText_Give[]; extern const u8 gOtherText_Exit[]; extern const u8 gText_ThreeHyphens[]; +extern const u8 gText_SevenHyphens[]; extern const u8 gOtherText_UnkF9_08_Clear_01[]; extern const u8 gText_TimesStrVar1[]; extern const u8 gText_IsSelected[]; @@ -928,4 +929,18 @@ extern const u8 gText_CongratsPkmnEvolved[]; extern const u8 gText_EllipsisQuestionMark[]; extern const u8 gText_PkmnStoppedEvolving[]; +// shop +extern const u8 gText_ShopBuy[]; +extern const u8 gText_ShopSell[]; +extern const u8 gText_ShopQuit[]; +extern const u8 gText_CanIHelpWithAnythingElse[]; +extern const u8 gText_QuitShopping[]; +extern const u8 gText_PokedollarVar1[]; +extern const u8 gText_YouDontHaveMoney[]; +extern const u8 gText_Var1CertainlyHowMany[]; +extern const u8 gText_InBagVar1[]; +extern const u8 gText_Var1AndYouWantedVar2[]; +extern const u8 gText_HereYouGoThankYou[]; +extern const u8 gText_NoMoreRoomForThis[]; + #endif //GUARD_STRINGS_H |