10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define magic_helmet_width 24
|
|
#define magic_helmet_height 24
|
|
static char magic_helmet_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x14,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x14,0x00,0x00,0x63,0x00,0xc0,0x9c,0x01,
|
|
0x60,0x00,0x03,0x20,0x00,0x02,0x30,0x00,0x06,0xd0,0xc1,0x05,
|
|
0x10,0x3e,0x04,0x30,0x00,0x06,0x30,0x7f,0x06,0x50,0x3e,0x05,
|
|
0x90,0x80,0x04,0x10,0x41,0x04,0x10,0x3e,0x04,0x20,0x1c,0x02,
|
|
0x40,0x14,0x01,0x80,0xd5,0x00,0x00,0x36,0x00,0x00,0x00,0x00};
|