10 lines
541 B
Plaintext
10 lines
541 B
Plaintext
#define Cwyvern_width 24
|
|
#define Cwyvern_height 24
|
|
static unsigned char wyvern_bits[] = {
|
|
0x00, 0x00, 0x00, 0xff, 0x47, 0x00, 0xff, 0xf0, 0x07, 0x3f, 0x40, 0x1c,
|
|
0x0f, 0x00, 0x30, 0x03, 0x00, 0x20, 0x00, 0x00, 0x60, 0x00, 0x00, 0x60,
|
|
0x1f, 0x00, 0x60, 0x7d, 0x00, 0x60, 0xfd, 0x00, 0x30, 0xfe, 0x01, 0x30,
|
|
0xff, 0x03, 0x18, 0x87, 0x0f, 0x0e, 0x03, 0xfe, 0x07, 0x03, 0xf0, 0x01,
|
|
0x07, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x3c, 0x00, 0x00,
|
|
0xf0, 0x00, 0x00, 0x60, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00};
|