diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-02-21 11:13:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 13:13:55 -0600 |
commit | 7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 (patch) | |
tree | 4d5149a98d71e691fb89dca3dfa082eb11ae6a49 /ld_script.txt | |
parent | c754c2a0466d8394c7ffcb3a515199d5703e47be (diff) |
Fully decomp save.s (#28)
* some work on decomping more save stuff
* code cleanup and decomp another save func
* fully decomp save and combine split save c files
* fix two nonmatchings
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 08ddbf8..87332c1 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -82,10 +82,7 @@ SECTIONS { src/debug.o(.text); asm/debug.o(.text); src/save.o(.text); - asm/save.o(.text); - src/save_mid.o(.text); - asm/save1.o(.text); - src/save1.o(.text); + src/code_8012A18.o(.text); src/more_input.o(.text); asm/code_8012A18.o(.text); src/code_801D760.o(.text); |