Pulled in the audio code from @ckosmic's fork, which is from the decomp project.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "load_dat.h"
|
||||
|
||||
unsigned char* gSoundDataADSR;
|
||||
|
||||
unsigned char* gSoundDataRaw;
|
||||
|
||||
unsigned char* gMusicData;
|
||||
|
||||
#ifndef VERSION_SH
|
||||
unsigned char* gBankSetsData;
|
||||
#endif
|
||||
Reference in New Issue
Block a user