Pulled in the audio code from @ckosmic's fork, which is from the decomp project.

This commit is contained in:
MeltyPlayer
2022-10-21 00:15:13 -05:00
parent 2e2b6de15d
commit 43cc7c9700
26 changed files with 18641 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "load_dat.h"
unsigned char* gSoundDataADSR;
unsigned char* gSoundDataRaw;
unsigned char* gMusicData;
#ifndef VERSION_SH
unsigned char* gBankSetsData;
#endif