diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-10 13:54:27 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-10 13:54:27 -0600 |
commit | 0578f4a0623b0e3078f922c37a587d6bbafdbf4d (patch) | |
tree | c7e5b9530cf4a43b322042fc030cd23999a4be1e /ld_script.txt | |
parent | bfceb5d70946c5335d8023f7ec2d98951d33d475 (diff) |
more work on music.c and few more funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index a2985df..19f31e4 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -74,6 +74,7 @@ SECTIONS { src/code_800B5F0.o(.text); asm/code_800B5F0.o(.text); src/music.o(.text); + src/code_800C9CC.o(.text); asm/code_800C9CC.o(.text); src/flash.o(.text); asm/code_800D090.o(.text); |