From 184c058581d2fda7a560dcb399d511890b69b25d Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Fri, 26 Jan 2018 22:00:14 -0800 Subject: 3 sc88 noises --- sound/direct_sound_data.inc | 12 ++++++------ sound/direct_sound_samples/849D45C.aif | Bin 8207 -> 0 bytes sound/direct_sound_samples/84A3B50.aif | Bin 7071 -> 0 bytes sound/direct_sound_samples/sc88/123_pink_noise.aif | Bin 0 -> 8207 bytes sound/direct_sound_samples/sc88/123_white_noise.aif | Bin 0 -> 7071 bytes sound/direct_sound_samples/sc88/37_unison_slap.aif | Bin 0 -> 3052 bytes sound/direct_sound_samples/sc88/8466388.aif | Bin 3052 -> 0 bytes 7 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sound/direct_sound_samples/849D45C.aif delete mode 100644 sound/direct_sound_samples/84A3B50.aif create mode 100644 sound/direct_sound_samples/sc88/123_pink_noise.aif create mode 100644 sound/direct_sound_samples/sc88/123_white_noise.aif create mode 100644 sound/direct_sound_samples/sc88/37_unison_slap.aif delete mode 100644 sound/direct_sound_samples/sc88/8466388.aif diff --git a/sound/direct_sound_data.inc b/sound/direct_sound_data.inc index 180a2e0a7..f6177dd21 100644 --- a/sound/direct_sound_data.inc +++ b/sound/direct_sound_data.inc @@ -87,8 +87,8 @@ DirectSoundWaveData_SC88_Piano2:: @ 8464E2C .incbin "sound/direct_sound_samples/sc88/2_piano_2.bin" .align 2 -DirectSoundWaveData_8466388:: @ 8466388 - .incbin "sound/direct_sound_samples/sc88/8466388.bin" +DirectSoundWaveData_SC88_UnisonSlap:: @ 8466388 + .incbin "sound/direct_sound_samples/sc88/37_unison_slap.bin" .align 2 DirectSoundWaveData_SC88_Strings:: @ 8466F14 @@ -211,8 +211,8 @@ DirectSoundWaveData_SC88_TubularBell:: @ 849BAEC .incbin "sound/direct_sound_samples/sc88/15_tubular_bell.bin" .align 2 -DirectSoundWaveData_849D45C:: @ 849D45C - .incbin "sound/direct_sound_samples/849D45C.bin" +DirectSoundWaveData_SC88_PinkNoise:: @ 849D45C + .incbin "sound/direct_sound_samples/sc88/123_pink_noise.bin" .align 2 DirectSoundWaveData_849F40C:: @ 849F40C @@ -227,8 +227,8 @@ DirectSoundWaveData_SC88_Marimba:: @ 84A311C .incbin "sound/direct_sound_samples/sc88/13_marimba.bin" .align 2 -DirectSoundWaveData_84A3B50:: @ 84A3B50 - .incbin "sound/direct_sound_samples/84A3B50.bin" +DirectSoundWaveData_SC88_WhiteNoise:: @ 84A3B50 + .incbin "sound/direct_sound_samples/sc88/123_white_noise.bin" .align 2 DirectSoundWaveData_84A5690:: @ 84A5690 diff --git a/sound/direct_sound_samples/849D45C.aif b/sound/direct_sound_samples/849D45C.aif deleted file mode 100644 index ebd46eeaa..000000000 Binary files a/sound/direct_sound_samples/849D45C.aif and /dev/null differ diff --git a/sound/direct_sound_samples/84A3B50.aif b/sound/direct_sound_samples/84A3B50.aif deleted file mode 100644 index 6a11945c5..000000000 Binary files a/sound/direct_sound_samples/84A3B50.aif and /dev/null differ diff --git a/sound/direct_sound_samples/sc88/123_pink_noise.aif b/sound/direct_sound_samples/sc88/123_pink_noise.aif new file mode 100644 index 000000000..ebd46eeaa Binary files /dev/null and b/sound/direct_sound_samples/sc88/123_pink_noise.aif differ diff --git a/sound/direct_sound_samples/sc88/123_white_noise.aif b/sound/direct_sound_samples/sc88/123_white_noise.aif new file mode 100644 index 000000000..6a11945c5 Binary files /dev/null and b/sound/direct_sound_samples/sc88/123_white_noise.aif differ diff --git a/sound/direct_sound_samples/sc88/37_unison_slap.aif b/sound/direct_sound_samples/sc88/37_unison_slap.aif new file mode 100644 index 000000000..a7c4e94f8 Binary files /dev/null and b/sound/direct_sound_samples/sc88/37_unison_slap.aif differ diff --git a/sound/direct_sound_samples/sc88/8466388.aif b/sound/direct_sound_samples/sc88/8466388.aif deleted file mode 100644 index a7c4e94f8..000000000 Binary files a/sound/direct_sound_samples/sc88/8466388.aif and /dev/null differ -- cgit v1.2.3