diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7d6dc3562..fbd9bafbb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -31,6 +31,9 @@ SECTIONS { src/link.o(.bss); src/rtc.o(.bss); + . = 0x6B0; + src/menu.o(.bss); + . = 0xF28; src/agb_flash.o(.bss); . = 0xF36; @@ -71,6 +74,8 @@ SECTIONS { asm/rom_8040EB4.o(.text); src/play_time.o(.text); asm/rom4.o(.text); + src/menu.o(.text); + asm/rom_8072DF8.o(.text); src/palette.o(.text); asm/rom_8074BAC.o(.text); src/task.o(.text); |