arch/monster/dragon/Cwyvern.131

10 lines
541 B
Plaintext

#define Cwyvern_width 24
#define Cwyvern_height 24
static unsigned char wyvern_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xe2, 0xff, 0xe0, 0x0f, 0xff, 0x38, 0x02, 0xfc,
0x0c, 0x00, 0xf0, 0x04, 0x00, 0xc0, 0x06, 0x00, 0x00, 0x06, 0x00, 0x00,
0x06, 0x00, 0xf8, 0x06, 0x00, 0xbe, 0x0c, 0x00, 0xbf, 0x0c, 0x80, 0x7f,
0x18, 0xc0, 0xff, 0x70, 0xf0, 0xe1, 0xe0, 0x7f, 0xc0, 0x80, 0x0f, 0xc0,
0x00, 0x00, 0xe0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x3c,
0x00, 0x00, 0x0f, 0x00, 0x00, 0x06, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00};