10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define gen_mushroom_width 24
|
|
#define gen_mushroom_height 24
|
|
static char gen_mushroom_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x20, 0x90, 0x01, 0xa0, 0xbb, 0x02,
|
|
0x20, 0x8a, 0x02, 0xc0, 0x91, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0xb8, 0x03, 0x04, 0xb0, 0xa9, 0x0d, 0x50, 0xa9, 0x14,
|
|
0x50, 0x29, 0x15, 0x18, 0xb3, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|