arch/monster/misc/Ngolem/gol.132

9 lines
441 B
Plaintext

#define gol_width 24
#define gol_height 24
static char gol_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x78,0x00,0xc0,
0xd4,0x00,0xf0,0xb2,0x01,0xf0,0xca,0x01,0xf8,0x96,0x02,0xfc,0xee,0x03,0x8f,
0xfe,0x82,0xff,0x5c,0xe3,0xff,0xf8,0xe6,0xfe,0x78,0x75,0xff,0xf0,0xfe,0xf1,
0xe0,0xfd,0x83,0xe0,0xfb,0xd5,0xc0,0xfd,0xef,0x80,0xff,0xff};