diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2019-02-26 11:17:41 -0600 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-02-26 14:50:02 -0600 |
| commit | b60611c38e904dac5c83f76fc2fbb880baaf0d33 (patch) | |
| tree | c83f052c5f21d03a35967a5242d2039948cd3c1c /ld_script.txt | |
| parent | 7742e28dad96fd908d87a3412d0127be10f65ed0 (diff) | |
Finish decompiling easy_chat.c code
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index eaf75c3de..107606833 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -178,7 +178,6 @@ SECTIONS { src/battle_intro.o(.text); src/bike.o(.text); src/easy_chat.o(.text); - asm/easy_chat.o(.text); src/mon_markings.o(.text); src/mauville_old_man.o(.text); src/mail.o(.text); @@ -501,6 +500,7 @@ SECTIONS { src/battle_anim_utility_funcs.o(.rodata); src/battle_intro.o(.rodata); src/bike.o(.rodata); + src/easy_chat.o(.rodata); data/easy_chat.o(.rodata); src/mon_markings.o(.rodata); src/mauville_old_man.o(.rodata); |
