arch/monster/misc/Ngolem/gol.511

9 lines
441 B
Plaintext

#define gol_width 24
#define gol_height 24
static char gol_bits[] = {
0x00,0x00,0xde,0x00,0x00,0xfe,0x00,0x00,0xde,0x00,0x00,0xc6,0x00,0x00,0xfe,
0x00,0x00,0xef,0x00,0x00,0xef,0x00,0x00,0x5f,0x00,0x00,0x6f,0x00,0x00,0x7f,
0x00,0x00,0x7e,0x00,0x00,0x7e,0x00,0x00,0x3e,0x00,0x00,0x7f,0x00,0x80,0x7f,
0x00,0xc0,0x7f,0x00,0xe0,0x3f,0x00,0xc0,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};