diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6d5b32237..1b50c1f65 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -302,10 +302,8 @@ SECTIONS { asm/normal.o(.text); asm/battle_intro.o(.text); src/field/bike.o(.text); - src/easy_chat_before.o(.text); + src/easy_chat_1.o(.text); src/easy_chat_2.o(.text); - asm/easy_chat.o(.text); - src/easy_chat.o(.text); src/pokenav_before.o(.text); asm/pokenav.o(.text); src/pokenav_after.o(.text); @@ -543,7 +541,7 @@ SECTIONS { src/field/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); src/field/bike.o(.rodata); - src/easy_chat_before.o(.rodata); + src/easy_chat_1.o(.rodata); src/easy_chat_2.o(.rodata); data/easy_chat.o(.rodata); data/pokenav.o(.rodata); |