#define hero_dead_width 28
#define hero_dead_height 7
static unsigned char hero_dead_bits[] = {
   0x00, 0x1c, 0x00, 0x08, 0xd0, 0xbf, 0x7f, 0x0c, 0xe1, 0xff, 0x20, 0x0e,
   0xe1, 0x7f, 0x00, 0x0e, 0x67, 0xfe, 0x80, 0x0f, 0x2e, 0xe0, 0x63, 0x0c,
   0x00, 0x00, 0x30, 0x00};
