#define move_width 16
#define move_height 16
#define move_x_hot 4
#define move_y_hot 0
static char move_bits[] = {
   0x10, 0x00, 0x30, 0x00, 0x70, 0x00, 0xd0, 0x00, 0x90, 0x01, 0x10, 0x03,
   0x90, 0x07, 0xf0, 0x00, 0xb0, 0x01, 0x90, 0x01, 0x00, 0x03, 0x00, 0x03,
   0x00, 0x06, 0x00, 0x06, 0x00, 0x0c, 0x00, 0x00};
