diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-08 20:18:00 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-08 20:18:00 -0500 |
commit | 86d3dd67977c56d2624f3206ce8c5df4d27014b3 (patch) | |
tree | 3b33891c9d0abc724be695041905f6d55e38d3dd /ld_script.txt | |
parent | 303d06bf99be430f7205b28468f0b306ccf7f27d (diff) |
massive split of file and decomp one func with an attempt on an another
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index a035ec7..0873864 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -79,7 +79,9 @@ SECTIONS { asm/save.o(.text); src/save1.o(.text); asm/code_8012A18.o(.text); - src/code_8012A18.o(.text); + src/code_8027C84_pre.o(.text); + asm/code_8027C84.o(.text); + src/code_8027C84.o(.text); asm/code_803D110.o(.text); src/code_80428A0.o(.text); asm/code_80428A0.o(.text); |