10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define helmet2_width 24
|
|
#define helmet2_height 24
|
|
static char helmet2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x04,0x20,0x00,0x04,
|
|
0x20,0x00,0x04,0x60,0x00,0x06,0xa0,0x3c,0x05,0x40,0xe7,0x02,
|
|
0xc0,0x81,0x03,0x80,0x00,0x01,0xc0,0x00,0x03,0x40,0x00,0x02,
|
|
0x40,0x7e,0x02,0xc0,0xc3,0x03,0xc0,0x81,0x03,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|