arch/monster/misc/sphinx.171

10 lines
530 B
Plaintext

#define sphinx_width 24
#define sphinx_height 24
static char sphinx_bits[] = {
0x00, 0xf0, 0x01, 0x00, 0x0c, 0x02, 0x00, 0xf4, 0x0c, 0x00, 0x1e, 0x09,
0x00, 0xf2, 0x1a, 0x00, 0x8d, 0x15, 0x00, 0x71, 0x15, 0x00, 0x61, 0x15,
0x00, 0x72, 0x15, 0x00, 0x56, 0xfd, 0x00, 0x52, 0xf7, 0x00, 0x5c, 0xfb,
0x00, 0xf8, 0xfd, 0x00, 0x1c, 0xfe, 0x00, 0xfc, 0xff, 0x00, 0xfc, 0xff,
0x00, 0xfc, 0xff, 0x00, 0x7c, 0xfb, 0x00, 0x3c, 0xf7, 0xc0, 0xc1, 0xef,
0xc0, 0xff, 0xef, 0xc0, 0xff, 0x87, 0xf8, 0xff, 0xff, 0x04, 0x00, 0x00};