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:
Isaac0-dev 2025-03-13 21:49:20 +10:00
parent a1f952f634
commit 83c967457f
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -758,7 +758,6 @@ def serialize_seqfile(
for fname in asset_offsets:
macro_name = 'SAMPLE_' + fname.split('/samples/')[-1].replace('/', '_').replace('.', '_').replace('-', '_')
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'
compress = True