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,0x40,0x20,0x00,0x40,0xa0,0x03,0x70,0xe0,0x00,
|
|
0x40,0x40,0x00,0xc0,0x40,0x00,0xc0,0x60,0x00,0x80,0x73,0x00,
|
|
0xc0,0x5e,0x00,0x40,0x40,0x00,0x70,0xc0,0x01,0x18,0x80,0x03,
|
|
0xfc,0xc1,0x0e,0x04,0x22,0x00,0x04,0x24,0x00,0x00,0x14,0x00,
|
|
0x00,0x1c,0x00,0x00,0x38,0x00,0x00,0x28,0x00,0x00,0x2c,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|