public static void SetStringPMD(this BitBlock binary, int byteIndex, int bitIndex, int byteLength, string value)
 {
     binary.SetString(byteIndex * 8 + bitIndex, byteLength, new DSMysteryDungeonCharacterEncoding(), value);
 }