10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define bracers_of_ac_width 24
|
|
#define bracers_of_ac_height 24
|
|
static char bracers_of_ac_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,
|
|
0x80,0x18,0x00,0x40,0x10,0x00,0x20,0x25,0x00,0x10,0x22,0x00,
|
|
0x08,0x35,0x00,0xbc,0x18,0x00,0x74,0x0c,0x07,0xf4,0x86,0x18,
|
|
0xec,0x43,0x10,0x98,0x21,0x25,0xe0,0x10,0x22,0x00,0x08,0x35,
|
|
0x00,0xbc,0x18,0x00,0x74,0x0c,0x00,0xf4,0x06,0x00,0xec,0x03,
|
|
0x00,0x98,0x01,0x00,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|