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
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user