From dcdb5d769342b3bf5aaf1bc760e52327a8286bc2 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 8 Jan 2018 01:30:28 -0600 Subject: Create sound data files --- sound/direct_sound_data.inc | 1 + sound/keysplit_tables.inc | 1 + sound/programmable_wave_data.inc | 1 + 3 files changed, 3 insertions(+) create mode 100644 sound/direct_sound_data.inc create mode 100644 sound/keysplit_tables.inc create mode 100644 sound/programmable_wave_data.inc (limited to 'sound') diff --git a/sound/direct_sound_data.inc b/sound/direct_sound_data.inc new file mode 100644 index 000000000..2cd409e61 --- /dev/null +++ b/sound/direct_sound_data.inc @@ -0,0 +1 @@ +.incbin "baserom.gba", 0x6b5d04, 0x246338 diff --git a/sound/keysplit_tables.inc b/sound/keysplit_tables.inc new file mode 100644 index 000000000..4a9e8cfd7 --- /dev/null +++ b/sound/keysplit_tables.inc @@ -0,0 +1 @@ +.incbin "baserom.gba", 0x6b4698, 0x198 diff --git a/sound/programmable_wave_data.inc b/sound/programmable_wave_data.inc new file mode 100644 index 000000000..f451a4b45 --- /dev/null +++ b/sound/programmable_wave_data.inc @@ -0,0 +1 @@ +.incbin "baserom.gba", 0x6b4830, 0x190 -- cgit v1.2.3