#define move_width 16 #define move_height 16 static char move_bits[] = { 0x00, 0x00, 0x00, 0x01, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xb0, 0x1b, 0xfc, 0x7f, 0xfe, 0xff, 0xfc, 0x7f, 0xb0, 0x1b, 0xc0, 0x07, 0xc0, 0x07, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01 };