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, 0x20, 0xdb, 0xb6, 0x2d, 0x00, 0x00, 0x40, 0xff, 0xff, 0x7f,
|
|
0xff, 0xff, 0x7f, 0x00, 0x00, 0x40, 0xbd, 0x93, 0x41, 0x19, 0xa9, 0x5a,
|
|
0x19, 0xa9, 0x5a, 0x99, 0x93, 0x42, 0x00, 0x00, 0x40, 0xf8, 0xc0, 0x47,
|
|
0x84, 0x21, 0x4c, 0x32, 0x13, 0x58, 0x32, 0x93, 0x59, 0x7a, 0x53, 0x5a,
|
|
0x4a, 0x53, 0x5a, 0x7a, 0xd3, 0x5b, 0x02, 0x13, 0x58, 0xfe, 0xf3, 0x5f,
|
|
0xfe, 0xf3, 0x5f, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0xff, 0xff, 0x7f};
|