mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
[Audio 9/?] Multiversion samplebank and soundfont extraction xmls, 1.0 and 1.1 audio extraction (#2291)
* [Audio 9/?] Multiversion samplebank and soundfont extraction xmls, 1.0 and 1.1 audio extraction * Rework multiversion samplebanks to reduce duplicates
This commit is contained in:
parent
d886ebe711
commit
2d454933f3
12 changed files with 741 additions and 585 deletions
|
@ -184,7 +184,8 @@ if __name__ == '__main__':
|
|||
),
|
||||
}
|
||||
|
||||
version_info = GameVersionInfo(MMLVersion.OOT,
|
||||
version_info = GameVersionInfo(version,
|
||||
MMLVersion.OOT,
|
||||
soundfont_table_code_offset,
|
||||
seq_font_table_code_offset,
|
||||
seq_table_code_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue