diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-08 15:27:37 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-08 15:27:37 -0600 |
commit | b426b333f7dd6cdf3e6babc052526e53c996f07d (patch) | |
tree | 721329a9a469c8df32a52476e0dfd1730056b25d /ld_script.txt | |
parent | a1cd2ce87fd9281dbea59520b8f5160c1bdeae28 (diff) |
used m4a2s from ipatix to do an initial dump of audio and started working on audio part of pmd
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 51ad399..a2985df 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.o(.text); + asm/code_800C9CC.o(.text); src/flash.o(.text); asm/code_800D090.o(.text); src/code_80118A4.o(.text); |