#define ghost1_width 16
#define ghost1_height 16
static char ghost1_bits[] = {
   0x80, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xe0, 0x0f, 0xf0, 0x1f, 0x70, 0x1d,
   0x30, 0x19, 0xf8, 0x3f, 0xf8, 0x3f, 0x78, 0x3d, 0x3c, 0x78, 0xfc, 0x7f,
   0xfc, 0x7f, 0x6c, 0x5b, 0x24, 0x49, 0x00, 0x00};
