diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-18 12:08:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 12:08:38 -0500 |
commit | b23dc9a12303e979b7612c703f706cbe2b091c96 (patch) | |
tree | 8a9dfac46c03e137d027c2099942aec7f0160fd2 /include/strings.h | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) | |
parent | 6206acd2d20af143698e4b5ae1dfe04af6360d27 (diff) |
Merge pull request #366 from Diegoisawesome/master
Finish shop and fldeff_escalator
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 4ea33635b..0b037287a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -855,5 +855,21 @@ extern const u8 gText_CanIHelpWithAnythingElse[]; extern const u8 gText_AnythingElseICanHelp[]; extern const u8 gText_QuitShopping[]; extern const u8 gText_PokedollarVar1[]; +extern const u8 gText_YouDontHaveMoney[]; +extern const u8 gText_Var1CertainlyHowMany2[]; +extern const u8 gText_Var1CertainlyHowMany[]; +extern const u8 gText_Var1IsItThatllBeVar2[]; +extern const u8 gText_YouWantedVar1ThatllBeVar2[]; +extern const u8 gText_InBagVar1[]; +extern const u8 gText_Var1AndYouWantedVar2[]; +extern const u8 gText_HereYouGoThankYou[]; +extern const u8 gText_NoMoreRoomForThis[]; +extern const u8 gText_ThankYouIllSendItHome[]; +extern const u8 gText_ThanksIllSendItHome[]; +extern const u8 gText_SpaceForVar1Full[]; +extern const u8 gText_ThrowInPremierBall[]; +extern const u8 gText_ShopBuy[]; +extern const u8 gText_ShopSell[]; +extern const u8 gText_ShopQuit[]; #endif //GUARD_STRINGS_H |