diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 13:01:24 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 13:01:24 +0200 |
commit | 1680fc0b81675b0e1cc988ece1c79075a56dbcf0 (patch) | |
tree | 66d9f8d0691fd6df39a566ecb854e7d880730c85 /ld_script.txt | |
parent | 54b83061152ce6e85d1ce7185ab3645d7448e03d (diff) |
start start menu decomp
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8856e3014..d733d43fd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -9,11 +9,14 @@ SECTIONS { ewram (NOLOAD) : ALIGN(4) { + gHeap = .; + + . = 0x1C000; <EWRAM> - . = 0x60000; - } + . = 0x40000; +} . = 0x3000000; @@ -101,6 +104,7 @@ SECTIONS { asm/field_tasks.o(.text); asm/clock.o(.text); asm/reset_rtc_screen.o(.text); + src/start_menu.o(.text); asm/start_menu.o(.text); asm/tileset.o(.text); src/palette.o(.text); @@ -109,7 +113,7 @@ SECTIONS { asm/rom_80A5C6C.o(.text); src/task.o(.text); asm/reshow_battle_screen.o(.text); - asm/battle_anin_80A9C70.o(.text); + asm/battle_anim_80A9C70.o(.text); asm/title_screen.o(.text); asm/weather.o(.text); asm/rom_80AEFFC.o(.text); |