1
0
Fork 0
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:
Tharo 2024-11-12 13:47:34 +00:00 committed by GitHub
parent d886ebe711
commit 2d454933f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 741 additions and 585 deletions

View file

@ -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,