public static string GetStringPMD(this BitBlock binary, int byteIndex, int bitIndex, int byteLength) { return(binary.GetString(byteIndex * 8 + bitIndex, byteLength, new DSMysteryDungeonCharacterEncoding())); }