fixed YH1 decompression.

This commit is contained in:
morkt 2015-09-10 04:32:27 +04:00
parent a5a9d10678
commit 8cb813f6c9

View File

@ -198,10 +198,10 @@ namespace GameRes.Formats.ShiinaRio // 椎名里緒
encoded[i] ^= key;
}
}
}
var decoder = new HuffmanReader (input, 8, input.Length-8, output);
decoder.Unpack();
}
}
void UnpackYPK (byte[] input, byte[] output)
{