summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-25 00:05:39 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-25 00:05:39 -0500
commit7dd75f453dbf67c3b594c85ae34dcd31e895bf67 (patch)
treea6b4c82e165d1f6315356dca0c74017d5bff41fc /include/strings.h
parent2c7112ce8fea1d94c624dbd164892009d4c455c2 (diff)
parent87958f2f87b9f7f6e5548d9cb2ac53c3339b78d5 (diff)
merge
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index 5521d828b..a382191a0 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -137,4 +137,37 @@ 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[];
+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[];
+
+// menu texts
+extern const u8 gText_MenuPokedex[];
+extern const u8 gText_MenuPokemon[];
+extern const u8 gText_MenuBag[];
+extern const u8 gText_MenuPokenav[];
+extern const u8 gText_MenuPlayer[];
+extern const u8 gText_MenuSave[];
+extern const u8 gText_MenuOption[];
+extern const u8 gText_MenuExit[];
+extern const u8 gText_MenuRetire[];
+extern const u8 gText_MenuRest[];
+extern const u8 gText_Floor1[];
+extern const u8 gText_Floor2[];
+extern const u8 gText_Floor3[];
+extern const u8 gText_Floor4[];
+extern const u8 gText_Floor5[];
+extern const u8 gText_Floor6[];
+extern const u8 gText_Floor7[];
+extern const u8 gText_Peak[];
+extern const u8 gText_SafariBallStock[];
+extern const u8 gText_BattlePyramidFloor[];
+
#endif //GUARD_STRINGS_H