diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-28 04:23:40 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 1d43c0efebf166781b264467980e09d0333ab851 (patch) | |
tree | 1cf226d88d46639c6fa7982a9db3e2c733a576f8 /ld_script.txt | |
parent | fb2fc3a2bad1605c32b49b5402c1efe56b0792b0 (diff) |
Decompile GameLoop and lots of renames
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 c53b23c..e1dcd0e 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -42,6 +42,7 @@ SECTIONS { asm/crt0.o(.text); src/code_80001DC.o(.text); asm/arm_func.o(.text); + src/code_2.o(.text); asm/code_2.o(.text); src/code.o(.text); asm/event_flag.o(.text); |