#define movemask_width 16 #define movemask_height 16 #define movemask_x_hot 7 #define movemask_y_hot 7 static char movemask_bits[] = { 0x1c, 0x1c, 0x3c, 0x1e, 0x7c, 0x1f, 0x7c, 0x1f, 0x60, 0x03, 0x6e, 0x3b, 0xff, 0x7f, 0xff, 0xff, 0xff, 0x7f, 0x6e, 0x3b, 0x60, 0x03, 0x7c, 0x1f, 0x7c, 0x1f, 0x7c, 0x1f, 0x3c, 0x1e, 0x1c, 0x1c};