diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-14 12:32:11 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-16 20:35:52 -0400 |
| commit | aeaaa54e0daa7482bdcdd0f26466b738b25fe4e3 (patch) | |
| tree | a2f570988985fcdc89cf6cfaf6cdf169bbd9f91d /ZAPDTR/ZAPD/ZAudio.cpp | |
| parent | 3f10195c0e4aaa5ed94fd3bbae147a6570332eda (diff) | |
GC PAL Audio XML
Diffstat (limited to 'ZAPDTR/ZAPD/ZAudio.cpp')
| -rw-r--r-- | ZAPDTR/ZAPD/ZAudio.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ZAPDTR/ZAPD/ZAudio.cpp b/ZAPDTR/ZAPD/ZAudio.cpp index a8b0f1fa1..2d92979aa 100644 --- a/ZAPDTR/ZAPD/ZAudio.cpp +++ b/ZAPDTR/ZAPD/ZAudio.cpp @@ -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; |
