diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-28 16:21:58 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-28 16:21:58 -0600 |
| commit | a4a03820b4bf2689a945068d736cbe60210baf0b (patch) | |
| tree | abdd317051ce78f63ac09cb37dd793b33a8b4968 /yamls | |
| parent | ba1cfae6f4f5793b39ee52d33230c2d0fe9e4483 (diff) | |
Bump torch and replaced audio yaml
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/audio.yml | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/yamls/us/audio.yml b/yamls/us/audio.yml index 30f1d5762..cda86c71e 100644 --- a/yamls/us/audio.yml +++ b/yamls/us/audio.yml @@ -5,26 +5,12 @@ - '#include <libultraship.h>' header: - '#include <libultraship.h>' -audio_setup: - type: NAUDIO:V1:AUDIO_SETUP - audio_seq: - size: 0x23180 - offset: 0xBC5F60 - audio_bank: - size: 0x13840 + +header: + type: NAUDIO:V0:AUDIO_HEADER + ctl: offset: 0x966260 - audio_table: - size: 0x24C4C0 + size: 0x13840 + tbl: offset: 0x979AA0 - -audio_sample_bank_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0x966260, symbol: gSampleBankTableInit } - -audio_seq_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xBC5F60, symbol: gSeqTableInit } - -audio_soundfont_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0x979AA4, symbol: gSoundFontTableInit } - -audio_seq_font_table: - { type: ARRAY, count: 283, array_type: u8, offset: 0xBE90E0, symbol: gSeqFontTableInit }
\ No newline at end of file + size: 0x24C4C0
\ No newline at end of file |
