summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-31 19:38:04 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-31 19:38:04 -0300
commitfaffd440ec969ab60320ceb32b814b8edc96ca0d (patch)
tree5a7a1e32b75a920c891654caf9caba6a29951735
parentc716768528a0c515a0da04607933b1e36aa42637 (diff)
ast_audio.yaml eu
-rw-r--r--assets/yaml/eu/rev0/ast_audio.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/yaml/eu/rev0/ast_audio.yaml b/assets/yaml/eu/rev0/ast_audio.yaml
new file mode 100644
index 00000000..1cacdc2d
--- /dev/null
+++ b/assets/yaml/eu/rev0/ast_audio.yaml
@@ -0,0 +1,31 @@
+:config:
+ force: true
+ header:
+ code:
+ - '#include "sys.h"'
+ - '#include "sf64audio_provisional.h"'
+
+audio_setup:
+ type: NAUDIO:V1:AUDIO_SETUP
+ driver: SF64
+ audio_seq:
+ size: 0x47390
+ offset: 0xE0BC0
+ audio_bank:
+ size: 0x1F290
+ offset: 0x127F50
+ audio_table:
+ size: 0x685D00
+ offset: 0x1471E0
+
+audio_sample_bank_table:
+ { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xC4D20, symbol: gSampleBankTableInit }
+
+audio_seq_table:
+ { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xC4D70, symbol: gSeqTableInit }
+
+audio_soundfont_table:
+ { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC51B0, symbol: gSoundFontTableInit }
+
+audio_seq_font_table: # count may be wrong
+ { type: ARRAY, count: 283, array_type: u8, offset: 0xC53E0, symbol: gSeqFontTableInit } \ No newline at end of file