diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 619e06350..c7ed19a0b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -116,7 +116,6 @@ SECTIONS { src/battle/battle_setup.o(.text); src/cable_club.o(.text); src/debug/tomomichi_debug_menu.o(.text); - asm/tomomichi_debug_menu.o(.text); src/debug/nohara_debug_menu.o(.text); asm/nohara_debug_menu.o(.text); src/debug/mori_debug_menu.o(.text); @@ -560,7 +559,7 @@ SECTIONS { src/field_screen_effect.o(.rodata); src/battle/battle_setup.o(.rodata); src/cable_club.o(.rodata); - data/debug_menu_tomomichi.o(.rodata); + src/debug/tomomichi_debug_menu.o(.rodata); data/debug_menu_nohara.o(.rodata); src/debug/mori_debug_menu.o(.rodata); data/debug_menu_taya.o(.rodata); |