arch/monster/misc/Chess/ch_bish.111

10 lines
542 B
Plaintext

#define chess_bish_width 24
#define chess_bish_height 24
static char chess_bish_bits[] = {
0x00, 0x0c, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x3f, 0x00,
0x00, 0x1f, 0x00, 0x80, 0x6f, 0x00, 0x80, 0x77, 0x00, 0x80, 0x7f, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x33, 0x00, 0x00, 0x3f, 0x00, 0x80, 0x7f, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x21, 0x00, 0x00, 0x3f, 0x00, 0x80, 0x7f, 0x00,
0x80, 0x7f, 0x00, 0xc0, 0x7f, 0x00, 0xc0, 0x9c, 0x01, 0xe0, 0xe3, 0x03,
0xe0, 0xff, 0x03, 0xc0, 0xff, 0x01, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00};