#define ninja_2d_width 18
#define ninja_2d_height 18
static char ninja_2d_bits[] = {
 0x00,0x00,0x00,0x00,0x1f,0x00,0xc0,0x3f,0x00,0xe0,0x3f,0x00,0xf0,0x33,0x00,
 0xf0,0x16,0x00,0xf8,0x01,0x00,0xf8,0x03,0x00,0x3c,0x07,0x00,0xfc,0x07,0x00,
 0xfc,0x07,0x00,0xf8,0x07,0x00,0x80,0x03,0x00,0xc0,0x01,0x00,0xe0,0x00,0x00,
 0x70,0x00,0x00,0x60,0x00,0x00,0xc0,0x00,0x00};
