diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 28ed166..86faeb8 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -97,7 +97,8 @@ SECTIONS { asm/code_801D760.o(.text); src/code_8027C84_pre.o(.text); asm/code_8027C84.o(.text); - src/code_8027C84.o(.text); + asm/personality_test.o(.text); + src/personality_test.o(.text); asm/code_803D110.o(.text); src/code_8040094.o(.text); asm/code_8040094.o(.text); @@ -124,6 +125,8 @@ SECTIONS { asm/code_8092334.o(.text); src/code_8094F88.o(.text); asm/code_8095014.o(.text); + src/code_809747C.o(.text); + asm/code_809747C.o(.text); src/code_8097F40.o(.text); asm/code_8097F40.o(.text); asm/code_8098468.o(.text); |