diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-15 16:25:21 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-15 13:25:21 -0800 |
commit | 9a80b550f0adc7faad4a323f3c7baeb2f9de6102 (patch) | |
tree | 217cd0c46a129fe9b62b3dddef0edeca77cd513c /ld_script.txt | |
parent | 79c7922c23c407aea4f563fea37b196fbf7e85cf (diff) |
finish decompiling main.c (#17)
* partially decompile battle_ai.c up to tai60_unk
* nonmatching tai60_unk
* decompile more of battle_ai.c
* formatting
* finish porting battle_ai.c
* formatting
* decompile up to nonmatching VBlankIntr
* finish decompiling main.c
* formatting
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1f31ca849..c6c40a62f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -42,7 +42,6 @@ SECTIONS { { asm/crt0.o(.text); src/main.o(.text); - asm/main.o(.text); src/malloc.o(.text); asm/dma3_manager.o(.text); src/gpu_regs.o(.text); |