mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-07 14:18:56 +08:00
fixed YH1 decompression.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user