From f51170df6e51f169d85368b0205f3528f1133dfb Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 10 Mar 2020 11:37:39 -0400 Subject: [PATCH] Fix ld_script.txt --- ld_script.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ld_script.txt b/ld_script.txt index 28d187d26..4f42ce12f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -142,7 +142,6 @@ SECTIONS { src/berry.o(.text); src/script_menu.o(.text); src/naming_screen.o(.text); - asm/naming_screen.o(.text); src/money.o(.text); src/script_pokemon_util.o(.text); src/field_poison.o(.text); @@ -461,7 +460,6 @@ SECTIONS { src/berry.o(.rodata); src/script_menu.o(.rodata); src/naming_screen.o(.rodata); - data/naming_screen.o(.rodata); src/pokemon_size_record.o(.rodata); src/item_use.o(.rodata); src/battle_anim_effects_1.o(.rodata);