diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-08 01:30:28 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-08 01:30:28 -0600 |
commit | dcdb5d769342b3bf5aaf1bc760e52327a8286bc2 (patch) | |
tree | b3d200e1866ac311b887a1f590053635e5be9e93 /data | |
parent | 0eadf71b1a0676f70024ac93a7b4bfa325fa09a3 (diff) |
Create sound data files
Diffstat (limited to 'data')
-rw-r--r-- | data/sound_data.s | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index f5470dda5..bf5138f84 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,14 +1,11 @@ .section .rodata .include "asm/macros/m4a.inc" + .include "asm/macros/music_voice.inc" .include "sound/voice_groups.inc" - - @ keysplit tables, programmable wave data - .incbin "baserom.gba", 0x6b4698, 0x328 - + .include "sound/keysplit_tables.inc" + .include "sound/programmable_wave_data.inc" .include "sound/music_player_table.inc" .include "sound/song_table.inc" - - @ direct sound data - .incbin "baserom.gba", 0x6b5d04, 0x246338 + .include "sound/direct_sound_data.inc" |