Introduced the ability to parse audio tables from the ROM!

This commit is contained in:
MeltyPlayer
2022-10-24 02:05:59 -05:00
parent 37c8ce046c
commit 13fab60dd8
10 changed files with 551 additions and 15 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#include "load_dat.h"
unsigned char* gSoundDataADSR;
struct seqFile *gSoundDataADSR;
unsigned char* gSoundDataRaw;
struct seqFile *gSoundDataRaw;
unsigned char* gMusicData;
struct seqFile *gMusicData;
#ifndef VERSION_SH
unsigned char* gBankSetsData;