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 | |
parent | fa91b511b918d4497b3f2156cdc4e007c51c9c51 (diff) |
Address review comments
Diffstat (limited to 'data')
-rw-r--r-- | data/learn_move.s | 7 | ||||
-rw-r--r-- | data/strings.s | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/data/learn_move.s b/data/learn_move.s deleted file mode 100644 index 7b0827b6c..000000000 --- a/data/learn_move.s +++ /dev/null @@ -1,7 +0,0 @@ -#include "constants/region_map.h" -#include "constants/flags.h" -#include "constants/moves.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - .section .rodata - .align 2 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 "$" |