diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-01 16:33:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:33:06 -0800 |
commit | 4fc272fea6bc7332fae031ebeb12362cff1c35de (patch) | |
tree | 88092c6da3a6bb741caceab54f5372aee4ad5bae /ld_script.txt | |
parent | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (diff) |
No wifi + 2 days on train = more decomp (#80)
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index da30c0b..b913da1 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -103,7 +103,6 @@ SECTIONS { asm/kecleon_items_1.o(.text); src/kecleon_items_2.o(.text); src/code_801AFA4.o(.text); - asm/code_801AFA4.o(.text); src/code_801B3C0.o(.text); asm/code_801B3C0.o(.text); src/code_801C620.o(.text); @@ -129,6 +128,7 @@ SECTIONS { asm/wonder_mail_2.o(.text); src/wonder_mail_3.o(.text); asm/wonder_mail_3.o(.text); + src/wonder_mail_802DF88.o(.text); src/mailbox.o(.text); asm/mailbox.o(.text); src/mailbox_1.o(.text); |