diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-31 18:30:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 18:30:16 -0600 |
commit | 87cd9885a9f8b38a76ab6add4a634e2a8a4837ee (patch) | |
tree | 9e7e3352cc63bf5665d192c8ebbdfd6032641f74 /ld_script.txt | |
parent | 01ec8edb40c0662863e2fd14395a057be852e060 (diff) |
Friend Area Decomp Work (#15)
split out and work on friend area stuff
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 e1dcd0e..5acc3f0 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -121,7 +121,10 @@ SECTIONS { asm/code_808EAB0.o(.text); src/dungeon.o(.text); asm/code_809017C.o(.text); - src/code_8092334.o(.text); + src/code_809017C.o(.text); + src/friend_area.o(.text); + asm/friend_area_1.o(.text); + src/friend_area_1.o(.text); asm/code_8092334.o(.text); src/code_8094F88.o(.text); asm/code_8095014.o(.text); |