summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-14 12:57:49 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-19 10:26:40 +0800
commit1d3ae2fe78823a6a0d4d9d93a988aa5ca1092801 (patch)
treeacb385b82e1b361e36e6075b13329563fe93f415 /include/strings.h
parent17b55f50dbcdf9797d0aecfba356bc8681dea8f5 (diff)
parentf6dfeba742c415d964b415bfefb859c3a3764930 (diff)
Merge branch 'master' into battle
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index c55e05eaf..377b6ea39 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -746,4 +746,21 @@ extern const u8 gText_IDNumber[];
extern const u8 gText_Name[];
extern const u8 gText_MainMenuTime[];
+// learn_move
+extern const u8 gText_TeachWhichMoveToMon[];
+extern const u8 gText_MonLearnedMove[];
+extern const u8 gText_MonIsTryingToLearnMove[];
+extern const u8 gText_StopLearningMove[];
+extern const u8 gText_1_2_and_Poof[];
+extern const u8 gText_MonForgotOldMoveAndMonLearnedNewMove[];
+extern const u8 gText_WhichMoveShouldBeForgotten[];
+extern const u8 gText_TeachMoveQues[];
+extern const u8 gText_GiveUpTryingToTeachNewMove[];
+
+// pokemon_size_record
+extern const u8 gText_DecimalPoint[];
+
+// map_name_popup
+extern const u8 gUnknown_841D18D[];
+
#endif //GUARD_STRINGS_H