decompile decompress.s

This commit is contained in:
DizzyEggg
2017-09-02 19:55:39 +02:00
parent 7ecdcc5ed8
commit 7a831c215e
19 changed files with 654 additions and 1057 deletions
+2 -5
View File
@@ -9,13 +9,10 @@ SECTIONS {
ewram (NOLOAD) :
ALIGN(4)
{
gHeap = .;
. = 0x20000;
<EWRAM>
. = 0x40000;
. = 0x60000;
}
. = 0x3000000;
@@ -55,7 +52,7 @@ SECTIONS {
asm/rtc.o(.text);
asm/main_menu.o(.text);
asm/rom3.o(.text);
asm/decompress.o(.text);
src/decompress.o(.text);
asm/rom_8034C54.o(.text);
asm/battle_3.o(.text);
asm/battle_4.o(.text);