diff options
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 "$" |