mirror of
https://github.com/sm64-port/sm64-port.git
synced 2025-01-22 15:43:21 -05:00
15 lines
295 B
C
15 lines
295 B
C
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"
|
|
};
|
|
|
|
unsigned char gBankSetsData[] = {
|
|
#include "sound/bank_sets.inc.c"
|
|
};
|