10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define healing_width 24
|
|
#define healing_height 24
|
|
static char healing_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0xc0,0x00,0x00,0x40,0x00,0x40,0x40,0x00,0x40,0x60,0x00,
|
|
0xc0,0x20,0x00,0xc0,0x39,0x00,0x40,0x2f,0x00,0x60,0xe1,0x00,
|
|
0xf0,0xb2,0x01,0x10,0x14,0x00,0x00,0x1c,0x00,0x00,0x08,0x00,
|
|
0x00,0x18,0x00,0x00,0x38,0x00,0x00,0x08,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|