10 lines
557 B
Plaintext
10 lines
557 B
Plaintext
#define amulet_lifesave_width 24
|
|
#define amulet_lifesave_height 24
|
|
static char amulet_lifesave_bits[] = {
|
|
0x00, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x40, 0x30, 0x00, 0x20, 0x40, 0x00,
|
|
0x20, 0x80, 0x00, 0x20, 0x80, 0x00, 0x20, 0x80, 0x00, 0x40, 0x80, 0x00,
|
|
0x80, 0x6f, 0x00, 0x00, 0x38, 0x00, 0x00, 0x46, 0x00, 0x00, 0x81, 0x00,
|
|
0x00, 0x81, 0x00, 0x00, 0x81, 0x00, 0x00, 0x76, 0x00, 0x00, 0x14, 0x00,
|
|
0x00, 0x0c, 0x00, 0x80, 0x7b, 0x00, 0x80, 0x5e, 0x00, 0x00, 0x04, 0x00,
|
|
0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|