diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-31 20:24:05 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-31 20:24:05 -0300 |
| commit | d4bda98c073e352b6ef98f76439ebe60cce67ced (patch) | |
| tree | 494972f3c0cf4d541bf5bd73cfe272f33b7bba22 /assets | |
| parent | faffd440ec969ab60320ceb32b814b8edc96ca0d (diff) | |
audio_test
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/yaml/eu/rev0/ast_audio.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/yaml/eu/rev0/ast_audio.yaml b/assets/yaml/eu/rev0/ast_audio.yaml index 1cacdc2d..2fb061df 100644 --- a/assets/yaml/eu/rev0/ast_audio.yaml +++ b/assets/yaml/eu/rev0/ast_audio.yaml @@ -27,5 +27,5 @@ audio_seq_table: 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 +audio_seq_font_table: + { type: ARRAY, count: 287, array_type: u8, offset: 0xC53E0, symbol: gSeqFontTableInit }
\ No newline at end of file |
