arch/weapon/artifact/defender.111

10 lines
536 B
Plaintext

#define defender_width 24
#define defender_height 24
static char defender_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x48, 0x00, 0x00, 0x44,
0x00, 0x00, 0x22, 0x00, 0x00, 0x11, 0x00, 0x80, 0x08, 0x00, 0x40, 0x04,
0x00, 0x20, 0x02, 0x00, 0x10, 0x01, 0x00, 0x88, 0x00, 0x20, 0x54, 0x00,
0x20, 0x2a, 0x00, 0x60, 0x15, 0x00, 0xc0, 0x0a, 0x00, 0xc0, 0x05, 0x00,
0x60, 0x03, 0x00, 0xe0, 0x07, 0x00, 0xf0, 0x1c, 0x00, 0x38, 0x00, 0x00,
0x1e, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00};