diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 00:18:19 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 00:18:19 -0800 |
commit | 7c4bc430c2997e80683612229cfa6b10d08cf512 (patch) | |
tree | ac1b2d0cd7a16fb83e8c0466c2f9c16c17570fde /ld_script.txt | |
parent | d07afbc0818370f03ef840419e0bf4f654753ab8 (diff) |
split random.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 dd4aeed..3dc21ff 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -35,6 +35,8 @@ SECTIONS { { asm/crt0.o(.text); asm/code.o(.text); + asm/random.o(.text); + asm/code_8006218.o(.text); src/main.o(.text); asm/code_800B540.o(.text); asm/m4a.o(.text); |