summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-11 13:32:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-11 13:32:30 -0400
commit3aeb294572174d1f927286d507d15cda04e58601 (patch)
tree05df00aa454eb4d3f15df49145b6266a37428006 /include/strings.h
parentd2b0f36b7daa93d0708f19db347ad2befe2a4f07 (diff)
Port pokemon_storage_2 from emerald
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 be3555780..06851c983 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1358,4 +1358,19 @@ extern const u8 gText_BoxName[];
extern const u8 gText_PkmnsNickname[];
extern const u8 gText_RivalsName[];
+// pokemon_storage_system
+extern const u8 gText_WithdrawPokemon[];
+extern const u8 gText_WithdrawMonDescription[];
+extern const u8 gText_DepositPokemon[];
+extern const u8 gText_DepositMonDescription[];
+extern const u8 gText_MovePokemon[];
+extern const u8 gText_MoveMonDescription[];
+extern const u8 gText_MoveItems[];
+extern const u8 gText_MoveItemsDescription[];
+extern const u8 gText_SeeYa[];
+extern const u8 gText_SeeYaDescription[];
+extern const u8 gText_PartyFull[];
+extern const u8 gText_JustOnePkmn[];
+extern const u8 gText_Box[];
+
#endif //GUARD_STRINGS_H