#define move_width 16 #define move_height 16 #define move_x_hot -1 #define move_y_hot -1 static char move_bits[] = { 0x0f, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00, 0x7f, 0x00, 0x7f, 0x00, 0x3f, 0x00, 0xff, 0x01, 0xfb, 0x01, 0xff, 0x99, 0xdf, 0xff, 0xdf, 0xfe, 0xdf, 0xfe, 0xdb, 0xfe, 0xdb, 0xf7, 0x9b, 0x61};