#define bomb_width 16
#define bomb_height 16
static char bomb_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0x08, 0x40, 0x10,
   0x40, 0x10, 0x40, 0x20, 0xe0, 0x28, 0xf0, 0xa1, 0xf8, 0x53, 0xf8, 0x03,
   0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00, 0x00, 0x00};
