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,0x20,0x00,0x40,0xe0,0x01,
|
|
0x60,0xc0,0x00,0x40,0x40,0x00,0x40,0x60,0x00,0xc0,0x60,0x00,
|
|
0xc0,0x79,0x00,0x40,0x4f,0x00,0x60,0x60,0x00,0x30,0xc1,0x01,
|
|
0xf8,0x62,0x03,0x08,0x22,0x00,0x08,0x34,0x00,0x00,0x1c,0x00,
|
|
0x00,0x18,0x00,0x00,0x38,0x00,0x00,0x2c,0x00,0x00,0x20,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|