diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-07 14:06:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-07 14:06:47 -0400 |
commit | 2fe6b6db8cd681de8cf1671936452aa8bb1103f5 (patch) | |
tree | 1bd0cf21469017bd265370f09039f240f5a3a361 /ld_script.txt | |
parent | 2a7205dec677c98d087cb8ba191370de464c8bf0 (diff) |
main menu through sub_800C780
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index fbf00f9c1..35c85e935 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -62,6 +62,7 @@ SECTIONS { src/string_util.o(.text); src/link.o(.text); src/multiboot.o(.text); + src/main_menu.o(.text); asm/main_menu.o(.text); src/battle_controllers.o(.text); src/decompress.o(.text); |