10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define potion_hero_width 24
|
|
#define potion_hero_height 24
|
|
static char potion_hero_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,
|
|
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x34,0x00,0x00,0x7a,0x00,
|
|
0x00,0xdd,0x00,0x80,0xe4,0x01,0x80,0x26,0x01,0x40,0x3e,0x03,
|
|
0x40,0xf2,0x03,0x40,0x92,0x02,0x40,0x9e,0x03,0x80,0xe4,0x01,
|
|
0x80,0xa5,0x01,0x00,0xff,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};
|