diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 11:37:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 11:37:39 -0400 |
commit | f51170df6e51f169d85368b0205f3528f1133dfb (patch) | |
tree | 55ea9518ffa203a301306bc62261232ba54d07d4 | |
parent | b81dd6de2258f20e0a26b3ba360bebadbda8bab6 (diff) |
Fix ld_script.txt
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 0 insertions, 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); |