diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-26 06:57:02 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 6362345b04a04fefec25fdb29fd1b1bb9f8da163 (patch) | |
tree | 84059fefe70ebab180e8f5efcc5d2208abd28275 /ld_script.txt | |
parent | b64320b043fe0a774327d7d880e9f16605db54ee (diff) |
Decompile UpdateInput
and some other minor stuff.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 12b80e5..c53b23c 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -40,8 +40,7 @@ SECTIONS { ALIGN(4) { asm/crt0.o(.text); - asm/code.o(.text); - src/code_80001E0.o(.text); + src/code_80001DC.o(.text); asm/arm_func.o(.text); asm/code_2.o(.text); src/code.o(.text); @@ -56,7 +55,6 @@ SECTIONS { 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); asm/sprite.o(.text); |