summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-02-21 11:13:55 -0800
committerGitHub <noreply@github.com>2021-02-21 13:13:55 -0600
commit7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 (patch)
tree4d5149a98d71e691fb89dca3dfa082eb11ae6a49 /ld_script.txt
parentc754c2a0466d8394c7ffcb3a515199d5703e47be (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-xld_script.txt5
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);