mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-24 06:05:35 +08:00
fixed YH1 decompression.
This commit is contained in:
parent
a5a9d10678
commit
8cb813f6c9
@ -198,10 +198,10 @@ namespace GameRes.Formats.ShiinaRio // 椎名里緒
|
|||||||
encoded[i] ^= key;
|
encoded[i] ^= key;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
var decoder = new HuffmanReader (input, 8, input.Length-8, output);
|
var decoder = new HuffmanReader (input, 8, input.Length-8, output);
|
||||||
decoder.Unpack();
|
decoder.Unpack();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void UnpackYPK (byte[] input, byte[] output)
|
void UnpackYPK (byte[] input, byte[] output)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user