arch/potion/figurine_gen.111

10 lines
542 B
Plaintext

#define figurine_gen_width 24
#define figurine_gen_height 24
static char figurine_gen_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x1c, 0x00,
0x00, 0x1c, 0x00, 0x00, 0x6b, 0x00, 0x80, 0xff, 0x00, 0xc0, 0xeb, 0x01,
0xc0, 0xf7, 0x01, 0x80, 0xf7, 0x00, 0x40, 0x7f, 0x01, 0xe0, 0xaa, 0x03,
0xe0, 0xff, 0x03, 0xe0, 0xff, 0x03, 0xe0, 0xff, 0x03, 0xc0, 0xff, 0x01,
0xc0, 0xf7, 0x01, 0xc0, 0xe3, 0x01, 0x80, 0xe3, 0x00, 0x00, 0x77, 0x00,
0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};