#define hero_mask_10b_width 14
#define hero_mask_10b_height 20
static unsigned char hero_mask_10b_bits[] = {
   0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0x80, 0x07, 0xc0, 0x03,
   0xe0, 0x03, 0xf0, 0x03, 0xf0, 0x0f, 0xf8, 0x0f, 0xf8, 0x01, 0xf8, 0x03,
   0xf0, 0x1f, 0xf0, 0x3f, 0xe0, 0x1f, 0xe6, 0x1f, 0xef, 0x0c, 0xff, 0x0e,
   0xf7, 0x1e, 0x62, 0x3c};
