#define bot_width 16
#define bot_height 16
#define bot_x_hot 7
#define bot_y_hot 0
static char bot_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0xe0, 0x03,
   0xe0, 0x03, 0xf0, 0x07, 0xf0, 0x07, 0x38, 0x0e, 0x08, 0x08, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
