mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-09 10:45:13 -05:00
audio: Don't use underscores in base labels
This commit is contained in:
@@ -484,7 +484,7 @@ def dump_crystal_sfx():
|
||||
|
||||
sfx = dump_sound_clump(sfx_pointers_address, sfx_names, 'Sfx_', sfx=True)
|
||||
|
||||
unknown_sfx = Sound(0xf0d5f, 'UnknownSfx_', sfx=True)
|
||||
unknown_sfx = Sound(0xf0d5f, 'UnknownSfx', sfx=True)
|
||||
sfx += unknown_sfx.asms + unknown_sfx.labels
|
||||
|
||||
sfx = sort_asms(sfx)
|
||||
|
||||
Reference in New Issue
Block a user