arch/monster/dragon/Cwyvern.132

10 lines
541 B
Plaintext

#define Cwyvern_width 24
#define Cwyvern_height 24
static unsigned char wyvern_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff,
0xc0, 0x0f, 0xfc, 0xf0, 0x7f, 0xc0, 0x38, 0xf0, 0x01, 0x0c, 0xc0, 0x0f,
0x0c, 0x00, 0xff, 0x06, 0x00, 0xfe, 0x06, 0x00, 0xb8, 0x06, 0x00, 0x70,
0x06, 0x00, 0x60, 0x06, 0x00, 0xc0, 0x06, 0x00, 0xc0, 0x04, 0x00, 0xc0,
0x0c, 0x00, 0xe0, 0x18, 0x00, 0xf0, 0x70, 0x04, 0xf8, 0xc0, 0x0f, 0x3c,
0x00, 0x04, 0x0f, 0x00, 0x00, 0x06, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00};