#define move_msk_width 16
#define move_msk_height 16
#define move_msk_x_hot 5
#define move_msk_y_hot 5
static char move_msk_bits[] = {
   0x00, 0x0c, 0x00, 0x1e, 0x00, 0x3e, 0xf0, 0x7f, 0xf8, 0xff, 0xf8, 0xff,
   0xf8, 0x7f, 0x78, 0x3e, 0x78, 0x1e, 0xfe, 0x0f, 0xff, 0x03, 0xff, 0x03,
   0xfe, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x30, 0x00};
