GC PAL Audio XML

This commit is contained in:
Nicholas Estelami 2022-06-14 12:32:11 -04:00
parent 3f10195c0e
commit aeaaa54e0d
3 changed files with 1557 additions and 11 deletions

View File

@ -339,17 +339,11 @@ void ZAudio::ParseRawData()
// TABLE PARSING // TABLE PARSING
// GC PAL // MQ DBG ROM
//int gSoundFontTableOffset = 0x138270; //int gSoundFontTableOffset = 0x138270;
//int gSequenceTableOffset = 0x1386A0; //int gSequenceTableOffset = 0x1386A0;
//int gSampleBankTableOffset = 0x138D90; //int gSampleBankTableOffset = 0x138D90;
//int gSequenceFontTableOffset = 0x1384E0; //int gSequenceFontTableOffset = 0x1384E0;
// NMQ DBG ROM
//int gSoundFontTableOffset = 0x138290;
//int gSequenceTableOffset = 0x1386C0;
//int gSampleBankTableOffset = 0x138DB0;
//int gSequenceFontTableOffset = 0x138500;
// NTSC 1.0 // NTSC 1.0
//int gSoundFontTableOffset = 0x1026A0; //int gSoundFontTableOffset = 0x1026A0;

View File

@ -192,10 +192,8 @@ ZRom::ZRom(std::string romPath)
else else
files[lines[i]] = outData; files[lines[i]] = outData;
//File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]); //File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i].c_str()), files[lines[i]]);
} }
int bp = 0;
} }
std::vector<uint8_t> ZRom::GetFile(std::string fileName) std::vector<uint8_t> ZRom::GetFile(std::string fileName)

File diff suppressed because it is too large Load Diff