diff options
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 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); |