mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed YH1 decompression.
This commit is contained in:
@@ -198,9 +198,9 @@ namespace GameRes.Formats.ShiinaRio // 椎名里緒
|
|||||||
encoded[i] ^= key;
|
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)
|
void UnpackYPK (byte[] input, byte[] output)
|
||||||
|
|||||||
Reference in New Issue
Block a user