arch/flesh/generic/liver.111

10 lines
521 B
Plaintext

#define liver_width 24
#define liver_height 24
static char liver_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x80, 0xff, 0x07, 0xe0, 0xbe, 0x1f, 0xf8, 0xff, 0x3f, 0xec, 0xff, 0x7f,
0xfc, 0xff, 0x7f, 0xfc, 0xff, 0x7f, 0xf6, 0xff, 0x3f, 0xfe, 0xff, 0x3f,
0xfe, 0xff, 0x1f, 0xfe, 0xff, 0x0f, 0xfc, 0xff, 0x03, 0xfc, 0xff, 0x01,
0xf8, 0xff, 0x00, 0xf0, 0x7f, 0x00, 0xe0, 0x0f, 0x00, 0xc0, 0x03, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};