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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x20,0x00,
|
|
0x80,0x30,0x00,0x80,0x11,0x00,0x00,0x13,0x00,0x00,0xdd,0x00,
|
|
0x80,0x77,0x00,0xc0,0x1c,0x00,0x00,0x0c,0x00,0x00,0x04,0x00,
|
|
0x00,0x0c,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|