arch/monster/misc/Unicorn/unicorn.232

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x78, 0x36, 0x00, 0x88, 0x2d, 0x30, 0xee, 0xfe, 0x3c, 0x6a, 0xfb, 0x0f,
0xd6, 0xfd, 0x03, 0x78, 0xff, 0x00, 0xb6, 0xbf, 0x00, 0xfe, 0xff, 0x00,
0xff, 0xf7, 0x00, 0xff, 0xff, 0x01, 0xff, 0xef, 0x01, 0xff, 0xef, 0x00,
0xff, 0x1f, 0x00, 0xf7, 0x3f, 0x00, 0xef, 0x70, 0x00, 0xef, 0xe1, 0x00,
0x83, 0xc3, 0x00, 0x01, 0xe3, 0x00, 0x80, 0x73, 0x00, 0xc0, 0x31, 0x00,
0xe0, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};