summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-12-04 11:44:52 -0800
committerultima-soul <akshayjhanji@hotmail.com>2019-12-04 11:44:52 -0800
commit58cf3313403a056104b561d40051216eb46fa7bc (patch)
tree46651b81c533950407d61ea147b6bb6c9af6af85 /include/strings.h
parentb116608e12940141e7c1167d0a2868abc72829fc (diff)
parent67f48e5f28b1773d3570630540a082e99f7cab4e (diff)
Merge branch 'master' into data_dump
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index a4c550a51..aa12fc3ac 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[];
@@ -950,4 +951,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