summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 20:56:51 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 20:56:51 -0800
commitae3751c57b030d847108d926f7bb6dbeb45307a8 (patch)
tree1493b8ff6e278048c771336cb1554f8b3febee3a /ld_script.txt
parent2db97dde84bf4f0df87054cf45d813e9071f3760 (diff)
split input.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index dc41967..b1854b6 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -42,7 +42,8 @@ SECTIONS {
src/other_random.o(.text);
src/util.o(.text);
asm/bg_palette_buffer.o(.text);
- asm/code_80047E8.o(.text);
+ asm/input.o(.text);
+ asm/code_8004AA0.o(.text);
asm/sprite.o(.text);
asm/code_800558C.o(.text);
src/random.o(.text);