10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define armour1_width 24
|
|
#define armour1_height 24
|
|
static char armour1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xe0,0xc1,0x03,0x50,0x7f,0x05,0xa8,0xaa,0x0a,0x58,0x55,0x0d,
|
|
0xa8,0xaa,0x0a,0x78,0x55,0x0f,0x80,0xaa,0x00,0x80,0xd5,0x00,
|
|
0x80,0xaa,0x00,0x80,0xd5,0x00,0x80,0xaa,0x00,0x80,0xd5,0x00,
|
|
0x80,0xaa,0x00,0x80,0xd5,0x00,0x80,0xff,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|