#define fly_width 16 #define fly_height 16 #define fly_x_hot -1 #define fly_y_hot -1 static char fly_bits[] = { 0xc0, 0x03, 0xe0, 0x07, 0x60, 0x06, 0x70, 0x0e, 0x38, 0x1c, 0x1c, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xc4, 0x23, 0xcc, 0x33, 0x98, 0x19, 0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03};