diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-17 22:20:28 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-17 22:20:28 -0600 |
commit | 6e33dcb93724d51d7f3db1eac0adbfb3cb4f4128 (patch) | |
tree | a09f89fcbcfaeaa1465632344eb169f90096a36a /ld_script.txt | |
parent | 0f6b5a16495288fed01ddba683fd60e226b2fb30 (diff) |
more work on music functions
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c51eb2d..0fe08ad 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -73,6 +73,8 @@ SECTIONS { asm/code_800B540.o(.text); src/code_800B5F0.o(.text); asm/code_800B5F0.o(.text); + src/music_pre.o(.text); + asm/music.o(.text); src/music.o(.text); src/code_800C9CC.o(.text); asm/code_800C9CC.o(.text); |