diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-16 14:00:48 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-16 14:00:48 -0500 |
commit | 190c3562b9df62ab57297c46348f3739563c9868 (patch) | |
tree | 735a8a62d07f64809fe90e38b35f545fa499204d /ld_script.txt | |
parent | 5cdd4a723668c8abd46205f74a51a8a82e72f35c (diff) |
decomp a chunk of input
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index ed0cae4..c1d91f7 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -52,6 +52,7 @@ SECTIONS { src/other_random.o(.text); src/util.o(.text); src/bg_palette_buffer.o(.text); + src/input.o(.text); asm/input.o(.text); asm/code_8004AA0.o(.text); src/sprite.o(.text); |