diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 20:18:27 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 20:18:27 -0800 |
commit | 898824cb67e9de052fb90e767cfa1a4965db7849 (patch) | |
tree | 9619bab48a8eae0832d66dd2812d6d8045d3d384 /ld_script.txt | |
parent | 501b32cb5947d5dce445946162b1d090ba6f14ab (diff) |
split sprite.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 a90e829..dc41967 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -43,6 +43,8 @@ SECTIONS { src/util.o(.text); asm/bg_palette_buffer.o(.text); asm/code_80047E8.o(.text); + asm/sprite.o(.text); + asm/code_800558C.o(.text); src/random.o(.text); asm/text.o(.text); asm/code_8009804.o(.text); |