summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-10-14 19:03:48 -0500
committerGitHub <noreply@github.com>2018-10-14 19:03:48 -0500
commita9abb930aacdafd5de8e4cbedb3d66c5184f8cef (patch)
tree89686e5ed78f46a8c0b224efc68c4bd6ba9086e0 /include/strings.h
parent7f211b258846647b0ea3e67b36c9b0328cc378e6 (diff)
parent32fbf67d479c15351c718851412d84b4925acfdf (diff)
Merge pull request #352 from huderlem/shop
[WIP] Shop
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h
index 1a254c2ad..4ea33635b 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -151,8 +151,6 @@ extern const u8 gMenuText_Confirm[];
extern const u8 gMenuText_Show[];
extern const u8 gMenuText_Give2[];
-extern const u8 gText_Cancel2[];
-
extern const u8 gText_WithdrawPokemon[];
extern const u8 gText_WithdrawMonDescription[];
extern const u8 gText_DepositPokemon[];
@@ -853,4 +851,9 @@ extern const u8 gText_CopperCard[];
extern const u8 gText_SilverCard[];
extern const u8 gText_GoldCard[];
+extern const u8 gText_CanIHelpWithAnythingElse[];
+extern const u8 gText_AnythingElseICanHelp[];
+extern const u8 gText_QuitShopping[];
+extern const u8 gText_PokedollarVar1[];
+
#endif //GUARD_STRINGS_H