arch/potion/potioncha.111

10 lines
455 B
Plaintext

#define potionchr_width 24
#define potionchr_height 24
static char potionchr_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,0xfd,0x00,0x80,0xfc,0x01,0x80,0x76,0x01,0x40,0xfe,0x03,
0x40,0xde,0x03,0x40,0x72,0x02,0x40,0x8e,0x03,0x80,0xfe,0x01,
0x80,0xfc,0x01,0x00,0xff,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};