mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-08 13:25:04 +00:00
75bb9b7912
* Refresh 13 Co-authored-by: n64 <n64>
19 lines
No EOL
345 B
C
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 |