#define ghost_width 16 #define ghost_height 16 #define ghost_x_hot -1 #define ghost_y_hot -1 static char ghost_bits[] = { 0x7f, 0xfe, 0x5d, 0x54, 0x3a, 0xaa, 0x5d, 0x54, 0x0a, 0xa0, 0x0d, 0x50, 0x0a, 0xa0, 0x0f, 0xf0, 0x0f, 0xf0, 0x05, 0x50, 0x0a, 0xb0, 0x05, 0x50, 0x2a, 0xba, 0x55, 0x5c, 0x2a, 0xba, 0x7f, 0xfe};