arch/monster/misc/c_knight.111

10 lines
531 B
Plaintext

#define c_knight_width 24
#define c_knight_height 24
static char c_knight_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0xa2, 0x00,
0x00, 0x41, 0x05, 0x00, 0x36, 0x06, 0x00, 0x1c, 0x07, 0x00, 0x14, 0x0e,
0x70, 0x1c, 0x02, 0xd8, 0xfe, 0x03, 0x8c, 0xd5, 0x01, 0x24, 0x69, 0x00,
0x8c, 0x21, 0x00, 0xd8, 0x62, 0x00, 0x70, 0xa3, 0x00, 0x80, 0x7f, 0x00,
0x40, 0xbf, 0x00, 0x80, 0x5b, 0x00, 0x00, 0x3a, 0x00, 0x00, 0x1b, 0x00,
0x00, 0x1b, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x3b, 0x00, 0x00, 0x02, 0x00};