diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-10-17 11:28:27 +0800 |
---|---|---|
committer | void <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-18 18:29:52 +0800 |
commit | 961ab7ccaf4d175189cd42fcddca1336f3d91bad (patch) | |
tree | a223139bf9282e5a3636810ae78dccf5095e2100 /ld_script.txt | |
parent | 9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc (diff) |
Fix makefile and decompile some functions.
Partial memory.c, save.c and bg_palette_buffer.c decompilation, along with some asm/ cleanup.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3bc7a22..d1bbded 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -48,11 +48,13 @@ SECTIONS { asm/code.o(.text); asm/event_flag.o(.text); asm/code_8002774.o(.text); + src/memory.o(.text); asm/memory.o(.text); asm/code_80035F0.o(.text); src/other_random.o(.text); src/util.o(.text); asm/bg_palette_buffer.o(.text); + src/bg_palette_buffer.o(.text); asm/input.o(.text); asm/code_8004AA0.o(.text); asm/sprite.o(.text); @@ -66,6 +68,7 @@ SECTIONS { asm/code_800B540.o(.text); src/flash.o(.text); asm/code_800D090.o(.text); + src/save.o(.text); asm/save.o(.text); asm/code_8012A18.o(.text); asm/m4a.o(.text); |