summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-10 20:36:01 -0500
committerGitHub <noreply@github.com>2019-11-10 20:36:01 -0500
commit55dfa7d59e30dacd01f330c86bd13dd1972113a5 (patch)
treef0d1bd8da27ea65580aaf48312bbd3db25402daf /include/strings.h
parent205a33952660040dbfcb88e23d5f1e48f7d74d0b (diff)
parent451310c0c8a61b2f81b8573a44e959f95c223afb (diff)
Merge pull request #149 from PikalaxALT/learn_move
Move Relearner
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index 80ede79ef..f39f4f553 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -724,4 +724,15 @@ 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[];
+
#endif //GUARD_STRINGS_H