diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 16:40:00 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 16:40:00 -0800 |
commit | 1941beb0cd4eacb2df6b2829160ffc81160502d8 (patch) | |
tree | 6e8ab8d1850ad700d3b6a9c0975bd6ead2d8f7c4 /ld_script.txt | |
parent | 194750096725003a69f623a9483fc406ddb7783b (diff) |
split text.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 451c221..a350be7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -44,7 +44,8 @@ SECTIONS { asm/bg_palette_buffer.o(.text); asm/code_80047E8.o(.text); src/random.o(.text); - asm/code_8006218.o(.text); + asm/text.o(.text); + asm/code_8009804.o(.text); asm/file_system.o(.text); asm/code_800AAA0.o(.text); src/main.o(.text); |