#define vert_width 16
#define vert_height 16
#define vert_x_hot 7
#define vert_y_hot 7
static short vert_bits[] = {
   0x0000, 0x0180, 0x03c0, 0x07e0,
   0x0ff0, 0x03c0, 0x03c0, 0x7ffe,
   0x03c0, 0x03c0, 0x0ff0, 0x07e0,
   0x03c0, 0x0180, 0x0000, 0x0000};
