diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 19:17:54 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 19:17:54 -0800 |
commit | 501b32cb5947d5dce445946162b1d090ba6f14ab (patch) | |
tree | c6e8b0d48c4ba4dcccb0af3d84b083bbfe0b1b27 /ld_script.txt | |
parent | ae6d7f251ec0c6757fa3b41d50f6a58f8f2dd48c (diff) |
split save.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 203b3b5..a90e829 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -52,6 +52,8 @@ SECTIONS { asm/code_800B540.o(.text); src/flash.o(.text); asm/code_800D090.o(.text); + asm/save.o(.text); + asm/code_8012A18.o(.text); asm/m4a.o(.text); asm/syscall.o(.text); src/agb_flash.o(.text); |