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