summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index b4d764a09..219dd51ed 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -152,7 +152,6 @@ SECTIONS {
src/fldeff_escalator.o(.text);
src/berry.o(.text);
src/debug/watanabe_debug_menu.o(.text);
- asm/watanabe_debug_menu.o(.text);
src/script_menu.o(.text);
src/naming_screen.o(.text);
src/money.o(.text);
@@ -587,7 +586,8 @@ SECTIONS {
src/shop.o(.rodata);
src/fldeff_escalator.o(.rodata);
src/berry.o(.rodata);
- data/debug_menu_watanabe.o(.rodata);
+ src/debug/watanabe_debug_menu.o(.rodata);
+ src/debug/watanabe_debug_menu.o(.data);
src/script_menu.o(.rodata);
src/naming_screen.o(.rodata);
src/money.o(.rodata);