arch/monster/undead/vampire.112

10 lines
452 B
Plaintext

#define vampire2_width 24
#define vampire2_height 24
static char vampire2_bits[] = {
0x00,0xf0,0x01,0x00,0xf8,0x03,0x00,0x18,0x03,0x00,0x18,0x03,
0x00,0x1e,0x03,0x00,0xaf,0x00,0x00,0xff,0x01,0x80,0xff,0x03,
0x80,0xf7,0x07,0x80,0xff,0x0e,0xc0,0xf7,0x0c,0xc0,0xff,0x1c,
0xc0,0xf7,0x08,0xe0,0xf7,0x00,0xe0,0xef,0x00,0xe0,0xff,0x00,
0xf0,0xf7,0x00,0xf0,0xdf,0x00,0xe0,0xdb,0x00,0xe0,0xdb,0x00,
0xc0,0xdb,0x00,0xc0,0xd8,0x00,0x00,0xdc,0x01,0x00,0x00,0x00};