#define alien_width 16
#define alien_height 16
static char alien_bits[] = {
   0x00, 0x00, 0x0c, 0x30, 0x10, 0x08, 0x20, 0x04, 0x42, 0x42, 0xfa, 0x5f,
   0x0a, 0x50, 0x4e, 0x72, 0x48, 0x12, 0x48, 0x12, 0x0e, 0x70, 0xfa, 0x5f,
   0x12, 0x48, 0x12, 0x48, 0x12, 0x48, 0x00, 0x00};
