mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 09:22:18 -05:00
GC PAL Audio XML
This commit is contained in:
parent
aa98408e00
commit
7bca63a800
@ -339,17 +339,11 @@ void ZAudio::ParseRawData()
|
||||
|
||||
// TABLE PARSING
|
||||
|
||||
// GC PAL
|
||||
// MQ DBG ROM
|
||||
//int gSoundFontTableOffset = 0x138270;
|
||||
//int gSequenceTableOffset = 0x1386A0;
|
||||
//int gSampleBankTableOffset = 0x138D90;
|
||||
//int gSequenceFontTableOffset = 0x1384E0;
|
||||
|
||||
// NMQ DBG ROM
|
||||
//int gSoundFontTableOffset = 0x138290;
|
||||
//int gSequenceTableOffset = 0x1386C0;
|
||||
//int gSampleBankTableOffset = 0x138DB0;
|
||||
//int gSequenceFontTableOffset = 0x138500;
|
||||
|
||||
// NTSC 1.0
|
||||
//int gSoundFontTableOffset = 0x1026A0;
|
||||
|
@ -192,10 +192,8 @@ ZRom::ZRom(std::string romPath)
|
||||
else
|
||||
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)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user