10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define store_alch_width 24
|
|
#define store_alch_height 24
|
|
static char store_alch_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0f, 0x00,
|
|
0xc0, 0x16, 0x00, 0x40, 0x1f, 0x00, 0xc0, 0x11, 0x00, 0x40, 0x13, 0x00,
|
|
0xc0, 0x11, 0x00, 0x7f, 0x33, 0x00, 0x80, 0x51, 0x00, 0x4f, 0x5f, 0x00,
|
|
0x15, 0x80, 0x00, 0xaa, 0xb6, 0x00, 0x55, 0x00, 0x01, 0xaa, 0x6a, 0x01,
|
|
0xff, 0x01, 0x02, 0x1c, 0xd5, 0x02, 0xaa, 0x01, 0x04, 0x3e, 0xb5, 0x05,
|
|
0xaa, 0x01, 0x08, 0x1c, 0x6d, 0x0b, 0x80, 0x01, 0x10, 0xff, 0xdb, 0x16};
|