sm64coopdx/sound/sound_data.c
Prince Frizzy 75bb9b7912
Update to Refresh 13 (#19)
* Refresh 13

Co-authored-by: n64 <n64>
2022-03-13 00:17:10 -08:00

19 lines
No EOL
345 B
C

#include "sound_data.h"
unsigned char gSoundDataADSR[] = {
#include "sound/sound_data.ctl.inc.c"
};
unsigned char gSoundDataRaw[] = {
#include "sound/sound_data.tbl.inc.c"
};
unsigned char gMusicData[] = {
#include "sound/sequences.bin.inc.c"
};
#ifndef VERSION_SH
unsigned char gBankSetsData[] = {
#include "sound/bank_sets.inc.c"
};
#endif