diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-23 15:22:16 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-23 15:22:16 -0600 |
commit | 2582d7a8680e32493403d484c1990e1a63fb2015 (patch) | |
tree | 1994f24742ed525d9fcc7f5e31617f01e08f41c4 /ld_script.txt | |
parent | fc7f14ab66ff8e23cd758a9435f8ac48e99ae75f (diff) |
isemi-identified VRAM and split personality test funcs
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); |