arch/monster/dragon/Cwyvern.171

10 lines
541 B
Plaintext

#define Cwyvern_width 24
#define Cwyvern_height 24
static unsigned char wyvern_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x21, 0xff, 0x80, 0x18, 0xfe, 0xe0, 0x07, 0xfc,
0xbc, 0x01, 0xfc, 0xfe, 0x03, 0xfc, 0xc0, 0x07, 0xfc, 0xf0, 0x3e, 0x1e,
0x1c, 0xfe, 0xff, 0x00, 0xfc, 0xfd, 0x00, 0xfc, 0xfe, 0x00, 0x6f, 0xff,
0xfe, 0xf7, 0xe7, 0xf8, 0xfb, 0xfb, 0x0e, 0xfc, 0xfd, 0x00, 0x1e, 0x7e,
0x00, 0x07, 0xbf, 0xc0, 0x83, 0x8f, 0xfe, 0x80, 0x03, 0x38, 0x80, 0x01,
0x0e, 0x80, 0x01, 0x00, 0xc0, 0x01, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x00};