From 451310c0c8a61b2f81b8573a44e959f95c223afb Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 10 Nov 2019 20:15:41 -0500 Subject: Address review comments --- data/learn_move.s | 7 ------- data/strings.s | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 data/learn_move.s (limited to 'data') 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 "$" -- cgit v1.2.3