decompile main

This commit is contained in:
sceptillion
2017-12-17 13:22:46 -08:00
parent 3ddda066d9
commit b849ce93db
305 changed files with 18946 additions and 3564 deletions
+2 -1
View File
@@ -82,7 +82,7 @@ SECTIONS {
SUBALIGN(4)
{
asm/crt0.o(.text);
asm/main.o(.text);
src/main.o(.text);
asm/gpu_regs.o(.text);
asm/dma3_manager.o(.text);
asm/bg.o(.text);
@@ -391,6 +391,7 @@ SECTIONS {
.rodata :
SUBALIGN(4)
{
src/main.o(.rodata);
data/data.o(.rodata);
src/m4a_tables.o(.rodata);
data/sound_data.o(.rodata);