arch/monster/misc/Unicorn/unicorn.231

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x80, 0x09, 0x00, 0x78, 0x36, 0x06, 0x88, 0x2d, 0x03, 0xee, 0xfe, 0x01,
0x6a, 0xfb, 0x00, 0xd6, 0xfd, 0x00, 0x78, 0xff, 0x00, 0xb6, 0xbf, 0x01,
0xfc, 0xff, 0x01, 0xff, 0xf7, 0x01, 0xff, 0xff, 0x03, 0xff, 0xc7, 0x01,
0xff, 0x87, 0x00, 0xff, 0x07, 0x00, 0xf7, 0x07, 0x00, 0xf7, 0x0d, 0x00,
0xef, 0x0d, 0x00, 0xe0, 0x1e, 0x00, 0xe0, 0x1c, 0x00, 0x70, 0x0e, 0x00,
0x38, 0x07, 0x00, 0x9c, 0x03, 0x00, 0x8c, 0x01, 0x00, 0x00, 0x00, 0x00};