arch/monster/misc/Baslic/baslic.171

10 lines
530 B
Plaintext

#define baslic_width 24
#define baslic_height 24
static char baslic_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x80, 0xe3, 0x00, 0xe0, 0xf8,
0x00, 0xf0, 0xbe, 0x00, 0xfe, 0xff, 0x00, 0xff, 0x7f, 0x00, 0xff, 0x3f,
0xc0, 0xfd, 0x3f, 0xc0, 0xfc, 0x3f, 0xe0, 0xff, 0x3f, 0xfe, 0xff, 0x7f,
0xfc, 0xff, 0xff, 0xfe, 0xbf, 0xfc, 0xfe, 0x3f, 0xfc, 0x3c, 0x3f, 0xe0,
0x84, 0x03, 0xc0, 0xd0, 0x03, 0xc0, 0xf0, 0x00, 0xc0, 0x80, 0x00, 0xc0,
0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80};