diff options
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); |