diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-24 01:12:49 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-24 01:12:49 -0500 |
commit | e41b0b6a35a6aaca01e47597d9a04012df9d2362 (patch) | |
tree | 284c1683db29660c1141415fef86414f84423c33 /ld_script.txt | |
parent | cd050a5e7d66e28485a5b4e57ecdfb3d8c5f1e3c (diff) |
finally found the personality test stuff. now I can work on some of that now
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 4705b5d..b556666 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -75,6 +75,8 @@ SECTIONS { asm/save.o(.text); src/save1.o(.text); asm/code_8012A18.o(.text); + src/code_8012A18.o(.text); + asm/code_803D110.o(.text); src/code_80521D0.o(.text); asm/code_80521D0.o(.text); src/pokemon.o(.text); |