mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Stopped copying over peach's lines from the mario folder to wario/luigi sound folders
Stopped compiling peach's lines for wario/luigi sound folders
Created a tool to precompile the aiffc tables and append them into custom sounds
this matches what mario's sound files are like
I believe the issue is that previously we would copy over the sound files and
they were either incomplete or would be compiled during the copying process
I noticed that Mario's sounds had their sound tables inserted into the aiff
file already, and none of our custom sounds did. This caused a different path
to be taken for mario sounds than the rest of ours. In order to prevent the
possibility that there was a problem with that seperate path, I've created
a tool that can insert the table into the file to match how mario sounds are.
|
||
|---|---|---|
| .. | ||
| 00.aiff | ||
| 0A.aiff | ||
| 0B.aiff | ||
| 0C.aiff | ||
| 0D.aiff | ||
| 0E.aiff | ||
| 0F.aiff | ||
| 01.aiff | ||
| 1A.aiff | ||
| 02.aiff | ||
| 03.aiff | ||
| 04.aiff | ||
| 05.aiff | ||
| 06.aiff | ||
| 07.aiff | ||
| 08.aiff | ||
| 09.aiff | ||
| 10.aiff | ||
| 11.aiff | ||
| 12.aiff | ||
| 13.aiff | ||
| 14.aiff | ||
| 15.aiff | ||
| 16.aiff | ||
| 17.aiff | ||
| 18.aiff | ||
| 19.aiff | ||