10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define potionstr_width 24
|
|
#define potionstr_height 24
|
|
static char potionstr_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,0x3c,0x00,0x00,0x7a,0x00,
|
|
0x00,0xed,0x00,0x80,0xec,0x01,0x80,0xee,0x01,0x40,0xee,0x03,
|
|
0x40,0xee,0x03,0x40,0xc6,0x03,0x40,0xee,0x03,0x80,0xee,0x01,
|
|
0x80,0xfc,0x01,0x00,0xff,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};
|