mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
fix missing non mario character sounds
these are bugs I'm only just finding out about, please report any others!
This commit is contained in:
parent
a1f952f634
commit
83c967457f
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
|
@ -758,7 +758,6 @@ def serialize_seqfile(
|
||||||
for fname in asset_offsets:
|
for fname in asset_offsets:
|
||||||
macro_name = 'SAMPLE_' + fname.split('/samples/')[-1].replace('/', '_').replace('.', '_').replace('-', '_')
|
macro_name = 'SAMPLE_' + fname.split('/samples/')[-1].replace('/', '_').replace('.', '_').replace('-', '_')
|
||||||
f.write(f'#define {macro_name} {hex(asset_offsets[fname] + data_start)} // {fname}\n')
|
f.write(f'#define {macro_name} {hex(asset_offsets[fname] + data_start)} // {fname}\n')
|
||||||
data = data[:entry_offsets[0] + data_start] # remove the fake data
|
|
||||||
out_filename = 'sound/sound_data_compressed.tbl'
|
out_filename = 'sound/sound_data_compressed.tbl'
|
||||||
compress = True
|
compress = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue