You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
18 lines
321 B
C
18 lines
321 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"
|
|
};
|
|
|
|
#ifndef VERSION_SH
|
|
unsigned char gBankSetsData[] = {
|
|
#include "sound/bank_sets.inc.c"
|
|
};
|
|
#endif
|