diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-10 20:15:41 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-10 20:25:41 -0500 |
commit | 451310c0c8a61b2f81b8573a44e959f95c223afb (patch) | |
tree | f0d1bd8da27ea65580aaf48312bbd3db25402daf /data/strings.s | |
parent | fa91b511b918d4497b3f2156cdc4e007c51c9c51 (diff) |
Address review comments
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/strings.s b/data/strings.s index b6060f97b..101946475 100644 --- a/data/strings.s +++ b/data/strings.s @@ -4570,7 +4570,7 @@ gText_GiveUpTryingToTeachNewMove:: @ 841E4E2 .string "Give up trying to teach a new\n" .string "move to {STR_VAR_1}?$" -WhichMoveShouldBeForgotten:: @ 841E50C +gText_WhichMoveShouldBeForgotten:: @ 841E50C .string "Which move should be forgotten?\p" .string "$" |