Skip to content

Commit 4f825a6

Browse files
Give generic names to unknown direct sound wave data
1 parent 93705bc commit 4f825a6

23 files changed

+58
-58
lines changed

sound/direct_sound_data.inc

+36-36
Original file line numberDiff line numberDiff line change
@@ -283,24 +283,24 @@ DirectSoundWaveData_bicycle_bell::
283283
.incbin "sound/direct_sound_samples/bicycle_bell.bin"
284284

285285
.align 2
286-
DirectSoundWaveData_8725A2C::
287-
.incbin "sound/direct_sound_samples/8725A2C.bin"
286+
DirectSoundWaveData_unknown_1::
287+
.incbin "sound/direct_sound_samples/unknown_01.bin"
288288

289289
.align 2
290290
DirectSoundWaveData_sc88pro_pizzicato_strings::
291291
.incbin "sound/direct_sound_samples/sc88pro_pizzicato_strings.bin"
292292

293293
.align 2
294-
DirectSoundWaveData_872762C::
295-
.incbin "sound/direct_sound_samples/872762C.bin"
294+
DirectSoundWaveData_unknown_2::
295+
.incbin "sound/direct_sound_samples/unknown_02.bin"
296296

297297
.align 2
298-
DirectSoundWaveData_872921C::
299-
.incbin "sound/direct_sound_samples/872921C.bin"
298+
DirectSoundWaveData_unknown_3::
299+
.incbin "sound/direct_sound_samples/unknown_03.bin"
300300

301301
.align 2
302-
DirectSoundWaveData_872A5D0::
303-
.incbin "sound/direct_sound_samples/872A5D0.bin"
302+
DirectSoundWaveData_unknown_4::
303+
.incbin "sound/direct_sound_samples/unknown_04.bin"
304304

305305
.align 2
306306
DirectSoundWaveData_sc88pro_wind::
@@ -311,32 +311,32 @@ DirectSoundWaveData_sc88pro_bubbles::
311311
.incbin "sound/direct_sound_samples/sc88pro_bubbles.bin"
312312

313313
.align 2
314-
DirectSoundWaveData_872EEA8::
315-
.incbin "sound/direct_sound_samples/872EEA8.bin"
314+
DirectSoundWaveData_unknown_5::
315+
.incbin "sound/direct_sound_samples/unknown_05.bin"
316316

317317
.align 2
318-
DirectSoundWaveData_87301B0::
319-
.incbin "sound/direct_sound_samples/87301B0.bin"
318+
DirectSoundWaveData_unknown_6::
319+
.incbin "sound/direct_sound_samples/unknown_06.bin"
320320

321321
.align 2
322322
DirectSoundWaveData_trinity_30303_mega_bass::
323323
.incbin "sound/direct_sound_samples/trinity_30303_mega_bass.bin"
324324

325325
.align 2
326-
DirectSoundWaveData_8734298::
327-
.incbin "sound/direct_sound_samples/8734298.bin"
326+
DirectSoundWaveData_unknown_7::
327+
.incbin "sound/direct_sound_samples/unknown_07.bin"
328328

329329
.align 2
330-
DirectSoundWaveData_87364A8::
331-
.incbin "sound/direct_sound_samples/87364A8.bin"
330+
DirectSoundWaveData_unknown_8::
331+
.incbin "sound/direct_sound_samples/unknown_08.bin"
332332

333333
.align 2
334334
DirectSoundWaveData_sc88pro_tubular_bell::
335335
.incbin "sound/direct_sound_samples/sc88pro_tubular_bell.bin"
336336

337337
.align 2
338-
DirectSoundWaveData_87385E4::
339-
.incbin "sound/direct_sound_samples/87385E4.bin"
338+
DirectSoundWaveData_unknown_9::
339+
.incbin "sound/direct_sound_samples/unknown_09.bin"
340340

341341
.align 2
342342
DirectSoundWaveData_trinity_big_boned::
@@ -351,40 +351,40 @@ DirectSoundWaveData_sc88pro_xylophone::
351351
.incbin "sound/direct_sound_samples/sc88pro_xylophone.bin"
352352

353353
.align 2
354-
DirectSoundWaveData_873ECD8::
355-
.incbin "sound/direct_sound_samples/873ECD8.bin"
354+
DirectSoundWaveData_unknown_10::
355+
.incbin "sound/direct_sound_samples/unknown_10.bin"
356356

357357
.align 2
358-
DirectSoundWaveData_8740818::
359-
.incbin "sound/direct_sound_samples/8740818.bin"
358+
DirectSoundWaveData_unknown_11::
359+
.incbin "sound/direct_sound_samples/unknown_11.bin"
360360

361361
.align 2
362362
DirectSoundWaveData_sc88pro_accordion::
363363
.incbin "sound/direct_sound_samples/sc88pro_accordion.bin"
364364

365365
.align 2
366-
DirectSoundWaveData_87424B0::
367-
.incbin "sound/direct_sound_samples/87424B0.bin"
366+
DirectSoundWaveData_unknown_12::
367+
.incbin "sound/direct_sound_samples/unknown_12.bin"
368368

369369
.align 2
370-
DirectSoundWaveData_87430C0::
371-
.incbin "sound/direct_sound_samples/87430C0.bin"
370+
DirectSoundWaveData_unknown_13::
371+
.incbin "sound/direct_sound_samples/unknown_13.bin"
372372

373373
.align 2
374-
DirectSoundWaveData_8743C50::
375-
.incbin "sound/direct_sound_samples/8743C50.bin"
374+
DirectSoundWaveData_unknown_14::
375+
.incbin "sound/direct_sound_samples/unknown_14.bin"
376376

377377
.align 2
378-
DirectSoundWaveData_87446EC::
379-
.incbin "sound/direct_sound_samples/87446EC.bin"
378+
DirectSoundWaveData_unknown_15::
379+
.incbin "sound/direct_sound_samples/unknown_15.bin"
380380

381381
.align 2
382-
DirectSoundWaveData_8745034::
383-
.incbin "sound/direct_sound_samples/8745034.bin"
382+
DirectSoundWaveData_unknown_16::
383+
.incbin "sound/direct_sound_samples/unknown_16.bin"
384384

385385
.align 2
386-
DirectSoundWaveData_8745A7C::
387-
.incbin "sound/direct_sound_samples/8745A7C.bin"
386+
DirectSoundWaveData_unknown_17::
387+
.incbin "sound/direct_sound_samples/unknown_17.bin"
388388

389389
.align 2
390390
Cry_Bulbasaur::
@@ -1943,8 +1943,8 @@ DirectSoundWaveData_register_noise::
19431943
.incbin "sound/direct_sound_samples/register_noise.bin"
19441944

19451945
.align 2
1946-
DirectSoundWaveData_88D6978::
1947-
.incbin "sound/direct_sound_samples/88D6978.bin"
1946+
DirectSoundWaveData_unknown_18::
1947+
.incbin "sound/direct_sound_samples/unknown_18.bin"
19481948

19491949
.align 2
19501950
DirectSoundWaveData_sc88pro_nylon_str_guitar::

sound/voicegroups/voicegroup098.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ voicegroup098::
125125
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
126126
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
127127
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
128-
voice_directsound 60, 0, DirectSoundWaveData_873ECD8, 255, 255, 255, 127
128+
voice_directsound 60, 0, DirectSoundWaveData_unknown_10, 255, 255, 255, 127
129129
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_tr909_hand_clap, 255, 255, 255, 127
130130
voice_noise_alt 60, 0, 0, 0, 1, 0, 0
131131

sound/voicegroups/voicegroup128.inc

+18-18
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@ voicegroup128::
88
voice_noise_alt 60, 0, 1, 0, 1, 0, 1
99
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_timpani, 255, 0, 255, 165
1010
voice_square_1_alt 60, 0, 0, 2, 0, 2, 0, 1
11-
voice_directsound 60, 0, DirectSoundWaveData_8725A2C, 255, 0, 255, 165
11+
voice_directsound 60, 0, DirectSoundWaveData_unknown_1, 255, 0, 255, 165
1212
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_pizzicato_strings, 255, 0, 255, 127
13-
voice_directsound 60, 0, DirectSoundWaveData_872762C, 255, 0, 255, 127
13+
voice_directsound 60, 0, DirectSoundWaveData_unknown_2, 255, 0, 255, 127
1414
voice_noise_alt 60, 0, 1, 0, 2, 0, 0
1515
voice_square_1 60, 0, 103, 3, 2, 7, 0, 0
1616
voice_square_2 60, 0, 3, 2, 7, 0, 0
1717
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_square_wave, 255, 226, 0, 127
18-
voice_directsound 60, 0, DirectSoundWaveData_872921C, 255, 0, 255, 0
18+
voice_directsound 60, 0, DirectSoundWaveData_unknown_3, 255, 0, 255, 0
1919
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_square_wave, 255, 204, 0, 127
2020
voice_square_1_alt 60, 0, 0, 2, 0, 2, 0, 1
21-
voice_directsound 60, 0, DirectSoundWaveData_872A5D0, 255, 0, 255, 127
21+
voice_directsound 60, 0, DirectSoundWaveData_unknown_4, 255, 0, 255, 127
2222
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_square_wave, 255, 0, 255, 127
2323
voice_square_1 60, 0, 103, 0, 0, 7, 0, 0
2424
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_orchestra_snare, 255, 0, 255, 127
2525
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_wind, 255, 0, 255, 127
2626
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_bubbles, 255, 0, 255, 127
2727
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_rnd_snare, 255, 0, 255, 127
2828
voice_noise_alt 60, 0, 0, 0, 7, 15, 1
29-
voice_directsound 60, 0, DirectSoundWaveData_872EEA8, 255, 0, 255, 127
29+
voice_directsound 60, 0, DirectSoundWaveData_unknown_5, 255, 0, 255, 127
3030
voice_noise_alt 60, 0, 1, 0, 7, 15, 1
3131
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_glockenspiel, 255, 246, 0, 127
32-
voice_directsound 60, 0, DirectSoundWaveData_87301B0, 255, 0, 255, 127
32+
voice_directsound 60, 0, DirectSoundWaveData_unknown_6, 255, 0, 255, 127
3333
voice_square_1_alt 60, 0, 19, 2, 0, 2, 0, 0
3434
voice_directsound 60, 0, DirectSoundWaveData_trinity_30303_mega_bass, 255, 0, 255, 127
3535
voice_square_1 60, 0, 103, 0, 0, 0, 15, 0
36-
voice_directsound_alt 60, 0, DirectSoundWaveData_87301B0, 255, 0, 255, 127
36+
voice_directsound_alt 60, 0, DirectSoundWaveData_unknown_6, 255, 0, 255, 127
3737
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_fretless_bass, 255, 255, 255, 127
3838
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_synth_bass, 255, 0, 255, 127
39-
voice_directsound 60, 0, DirectSoundWaveData_8734298, 255, 0, 255, 127
39+
voice_directsound 60, 0, DirectSoundWaveData_unknown_7, 255, 0, 255, 127
4040
voice_directsound 60, 0, DirectSoundWaveData_trinity_30303_mega_bass, 255, 242, 0, 0
41-
voice_directsound 60, 0, DirectSoundWaveData_87364A8, 255, 0, 255, 0
41+
voice_directsound 60, 0, DirectSoundWaveData_unknown_8, 255, 0, 255, 0
4242
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_tubular_bell, 255, 165, 90, 216
4343
voice_directsound 60, 0, DirectSoundWaveData_unknown_close_hihat, 255, 127, 0, 188
44-
voice_directsound 60, 0, DirectSoundWaveData_87385E4, 255, 249, 0, 165
44+
voice_directsound 60, 0, DirectSoundWaveData_unknown_9, 255, 249, 0, 165
4545
voice_square_1 60, 0, 0, 0, 4, 6, 0, 0
4646
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_glockenspiel, 13, 0, 255, 127
4747
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_tubular_bell, 13, 0, 255, 127
@@ -60,10 +60,10 @@ voicegroup128::
6060
voice_noise_alt 60, 0, 0, 1, 6, 0, 0
6161
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_slap_bass, 255, 255, 255, 127
6262
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_tr909_hand_clap, 255, 255, 255, 127
63-
voice_directsound 60, 0, DirectSoundWaveData_873ECD8, 255, 255, 255, 127
63+
voice_directsound 60, 0, DirectSoundWaveData_unknown_10, 255, 255, 255, 127
6464
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_french_horn_72, 11, 242, 0, 127
6565
voice_square_1_alt 60, 0, 0, 2, 4, 6, 0, 0
66-
voice_directsound 60, 0, DirectSoundWaveData_8740818, 255, 255, 255, 127
66+
voice_directsound 60, 0, DirectSoundWaveData_unknown_11, 255, 255, 255, 127
6767
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_accordion, 255, 0, 255, 165
6868
voice_directsound 60, 0, DirectSoundWaveData_unused_sc55_tom, 255, 0, 255, 165
6969
voice_noise_alt 60, 0, 0, 5, 7, 15, 1
@@ -122,10 +122,10 @@ voicegroup128::
122122
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
123123
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
124124
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
125-
voice_directsound 60, 0, DirectSoundWaveData_87424B0, 255, 0, 255, 165
126-
voice_directsound 60, 0, DirectSoundWaveData_87430C0, 255, 0, 255, 165
127-
voice_directsound 60, 0, DirectSoundWaveData_8743C50, 255, 0, 255, 165
128-
voice_directsound 60, 0, DirectSoundWaveData_87446EC, 255, 0, 255, 165
129-
voice_directsound 60, 0, DirectSoundWaveData_8745034, 255, 0, 255, 165
130-
voice_directsound 60, 0, DirectSoundWaveData_8745A7C, 255, 0, 255, 165
125+
voice_directsound 60, 0, DirectSoundWaveData_unknown_12, 255, 0, 255, 165
126+
voice_directsound 60, 0, DirectSoundWaveData_unknown_13, 255, 0, 255, 165
127+
voice_directsound 60, 0, DirectSoundWaveData_unknown_14, 255, 0, 255, 165
128+
voice_directsound 60, 0, DirectSoundWaveData_unknown_15, 255, 0, 255, 165
129+
voice_directsound 60, 0, DirectSoundWaveData_unknown_16, 255, 0, 255, 165
130+
voice_directsound 60, 0, DirectSoundWaveData_unknown_17, 255, 0, 255, 165
131131

sound/voicegroups/voicegroup129.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ voicegroup129::
55
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_open_low_conga, 255, 0, 255, 0
66
voice_directsound 60, 0, DirectSoundWaveData_sc88pro_tr909_hand_clap, 255, 226, 25, 0
77
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
8-
voice_directsound 60, 0, DirectSoundWaveData_8725A2C, 255, 0, 255, 165
8+
voice_directsound 60, 0, DirectSoundWaveData_unknown_1, 255, 0, 255, 165
99
voice_directsound 60, 0, DirectSoundWaveData_dance_drums_ride_bell, 255, 165, 103, 231
1010
voice_directsound 60, 0, DirectSoundWaveData_sd90_open_triangle, 255, 204, 128, 249
1111
voice_directsound 60, 0, DirectSoundWaveData_register_noise, 255, 0, 255, 76
12-
voice_directsound 60, 0, DirectSoundWaveData_88D6978, 255, 0, 206, 204
12+
voice_directsound 60, 0, DirectSoundWaveData_unknown_18, 255, 0, 206, 204
1313
voice_directsound 60, 0, DirectSoundWaveData_ethnic_flavours_ohtsuzumi, 255, 0, 206, 38
1414
voice_directsound 60, 0, DirectSoundWaveData_ethnic_flavours_hyoushigi, 255, 0, 206, 0
1515
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0

sound/voicegroups/voicegroup163.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ voicegroup163::
5858
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
5959
voice_keysplit voicegroup007, KeySplitTable3
6060
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
61-
voice_directsound 60, 0, DirectSoundWaveData_88D6978, 255, 0, 206, 204
61+
voice_directsound 60, 0, DirectSoundWaveData_unknown_18, 255, 0, 206, 204
6262
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
6363
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0
6464
voice_square_1 60, 0, 0, 2, 0, 0, 15, 0

0 commit comments

Comments
 (0)