diff options
author | shinny <shinny456@users.noreply.github.com> | 2020-06-02 14:56:12 -0400 |
---|---|---|
committer | shinny <shinny456@users.noreply.github.com> | 2020-06-02 14:56:12 -0400 |
commit | cef20f5b34c507dabeaa292617963371faeca2e3 (patch) | |
tree | c6dbccf154730d3b52a0af609393ae387ed1b346 /ld_script.txt | |
parent | 4f88655a79bb2d8f10bdce2841f427c0e27040bd (diff) |
decomp dungeon data getters
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 de750b1..ef1810e 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -69,6 +69,8 @@ SECTIONS { asm/save.o(.text); src/save1.o(.text); asm/code_8012A18.o(.text); + src/dungeon.o(.text); + asm/code_809017C.o(.text); asm/m4a_1.o(.text); src/m4a_2.o(.text); asm/m4a_3.o(.text); |