diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 19:55:39 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 19:55:39 +0200 |
commit | 7a831c215eabd589b2bdd0263b8c9ce069af6fe0 (patch) | |
tree | 4f8ff3635cc556501d525a5504c805dffb39685d /ld_script.txt | |
parent | 7ecdcc5ed89f7643f3845fea6ac668acbd1353d4 (diff) |
decompile decompress.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7986c7105..c9c35b0ae 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); |