diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-09 19:27:11 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-09 19:27:11 -0600 |
commit | 90c5b93f231ac63af5399d0d55d167bbe5e64708 (patch) | |
tree | 703a238f05cd9955fb531657f166798a5e173bec /sound/keysplit_tables.inc | |
parent | dcdb5d769342b3bf5aaf1bc760e52327a8286bc2 (diff) |
Extract voicegroups
Diffstat (limited to 'sound/keysplit_tables.inc')
-rw-r--r-- | sound/keysplit_tables.inc | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sound/keysplit_tables.inc b/sound/keysplit_tables.inc index 4a9e8cfd7..f37f9cdf8 100644 --- a/sound/keysplit_tables.inc +++ b/sound/keysplit_tables.inc @@ -1 +1,18 @@ -.incbin "baserom.gba", 0x6b4698, 0x198 +KeySplitTable_86B4698:: @ 86B4698 +@ This is weird. There are instruments at the beginning of the keysplit table. + voice_square_1 0, 2, 0, 0, 15, 0 @ 86B4698 + voice_directsound_no_resample 64, 104, DirectSoundWaveData_86DD11C, 255, 0, 255, 0 @ 86B46A4 + voice_directsound 63, 64, DirectSoundWaveData_86DE6C0, 255, 0, 255, 0 @ 86B46B0 + .incbin "sound/key_split_tables/86B46BC.bin" + +KeySplitTable_86B46E0:: @ 86B46E0 + .incbin "sound/key_split_tables/86B46E0.bin" + +KeySplitTable_86B4728:: @ 86B4728 + .incbin "sound/key_split_tables/86B4728.bin" + +KeySplitTable_86B477C:: @ 86B477C + .incbin "sound/key_split_tables/86B477C.bin" + +KeySplitTable_86B47C4:: @ 86B47C4 + .incbin "sound/key_split_tables/86B47C4.bin" |