diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 13c9b25ae..fd57b31d6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -176,8 +176,9 @@ SECTIONS { asm/sound_check_menu.o(.text); src/secret_base.o(.text); asm/secret_base.o(.text_80BC1D0); + src/tv.o(.text); asm/tv.o(.text); - src/tv.o(.text); + src/tv.o(.text_a); asm/tv.o(.text_80BE8EC); src/tv.o(.text_b); asm/tv.o(.text_80BF544); |