Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_data.c
7854 views
1
unsigned char gSoundDataADSR[] = {
2
#include "sound/sound_data.ctl.inc.c"
3
};
4
5
unsigned char gSoundDataRaw[] = {
6
#include "sound/sound_data.tbl.inc.c"
7
};
8
9
unsigned char gMusicData[] = {
10
#include "sound/sequences.bin.inc.c"
11
};
12
13
#ifndef VERSION_SH
14
unsigned char gBankSetsData[] = {
15
#include "sound/bank_sets.inc.c"
16
};
17
#endif
18
19