summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-10 20:15:41 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-10 20:25:41 -0500
commit451310c0c8a61b2f81b8573a44e959f95c223afb (patch)
treef0d1bd8da27ea65580aaf48312bbd3db25402daf /include/strings.h
parentfa91b511b918d4497b3f2156cdc4e007c51c9c51 (diff)
Address review comments
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h
index 14722f7d3..f39f4f553 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -731,7 +731,7 @@ 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 WhichMoveShouldBeForgotten[];
+extern const u8 gText_WhichMoveShouldBeForgotten[];
extern const u8 gText_TeachMoveQues[];
extern const u8 gText_GiveUpTryingToTeachNewMove[];