arch/monster/misc/Unicorn/unicorn.173

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x60, 0x90, 0x01, 0xc0, 0x6c, 0x1e, 0xc0, 0xb4, 0x11, 0x80, 0x6b, 0x77,
0x80, 0xdf, 0x56, 0x80, 0xbe, 0x6b, 0xf0, 0xff, 0x1e, 0xf0, 0xff, 0x6d,
0xc0, 0xff, 0x3f, 0xe0, 0xf0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff,
0x00, 0xe0, 0xff, 0x00, 0xf8, 0xff, 0x00, 0xfe, 0xfb, 0x00, 0xdf, 0xfd,
0x00, 0xe3, 0xfd, 0x80, 0xf1, 0x00, 0x80, 0x39, 0x00, 0xc0, 0x39, 0x00,
0xc0, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00};