mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
(PAZ): added signatures.
This commit is contained in:
@@ -139,7 +139,8 @@ namespace GameRes.Formats.Musica
|
|||||||
{
|
{
|
||||||
Extensions = new string[] { "paz", "dat" };
|
Extensions = new string[] { "paz", "dat" };
|
||||||
Signatures = new uint[] {
|
Signatures = new uint[] {
|
||||||
0x858F8493, 0x8F889395, 0x6E656465, 0x848F8486, 0x61657453, 0x6873616D, 0x92808483, 0
|
0x858F8493, 0x8F889395, 0x6E656465, 0x848F8486, 0x61657453, 0x6873616D, 0x92808483,
|
||||||
|
0x6E697274, 0
|
||||||
};
|
};
|
||||||
ContainedFormats = new string[] { "PNG", "ANI/PAZ", "SQZ", "OGG", "WAV", "TXT" };
|
ContainedFormats = new string[] { "PNG", "ANI/PAZ", "SQZ", "OGG", "WAV", "TXT" };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user