diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:03:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:03:06 -0700 |
commit | c3572de5bb5173b12a8aa5a0ddbfa766bf037c67 (patch) | |
tree | 92d522cdfc07fbb62712b3f16c657dc13762ff77 /ld_script.txt | |
parent | 2ecbe252a29b9d58bfd2df82c01f94be7b69a7b0 (diff) | |
parent | 3f4c717d5cdc8eccd66fea3b4c8bcb7c827aeb34 (diff) |
Merge pull request #232 from HrPeanut/start_menu
Start menu
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7ead2a863..aeb739376 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -107,7 +107,6 @@ SECTIONS { src/clock.o(.text); src/reset_rtc_screen.o(.text); src/start_menu.o(.text); - asm/start_menu.o(.text); src/tileset_anims.o(.text); src/palette.o(.text); src/sound.o(.text); |