diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-03 14:19:07 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-03 14:19:07 -0600 |
commit | 90891b5da7a8949ec5067e0333b27dafdc268adf (patch) | |
tree | eccd5fbfe2117873c3f5769e0915f50e2d4b617c /ld_script.txt | |
parent | a4fdac9553403f4ed7e56a598d5ecd5a6936edf5 (diff) |
split a little and decomped a few more funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 86faeb8..c26da31 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -97,6 +97,8 @@ SECTIONS { asm/code_801D760.o(.text); src/code_8027C84_pre.o(.text); asm/code_8027C84.o(.text); + src/code_8028DE8.o(.text); + asm/code_8028DE8.o(.text); asm/personality_test.o(.text); src/personality_test.o(.text); asm/code_803D110.o(.text); |