9 lines
459 B
Plaintext
9 lines
459 B
Plaintext
#define big_demon_width 24
|
|
#define big_demon_height 24
|
|
static char big_demon_bits[] = {
|
|
0xc3,0xed,0xb7,0xc3,0xf6,0xdb,0xeb,0xeb,0x6f,0x73,0xfd,0xb7,0xf3,0xfe,0xdb,
|
|
0x57,0xbb,0x6f,0xb7,0x8d,0xb5,0xf6,0xee,0xdb,0x5f,0xcf,0x6f,0xfd,0xc6,0xb7,
|
|
0x5e,0x73,0xdf,0xaf,0xe7,0xaf,0xff,0xef,0xf6,0xaf,0xf7,0x55,0xef,0xa3,0xbf,
|
|
0xff,0xf3,0xd6,0xff,0xb7,0xef,0xfd,0xd9,0xbc,0xfd,0xbd,0xdc,0xfc,0x6d,0x78,
|
|
0xf6,0x5c,0xf3,0xfe,0x6f,0xc0,0xeb,0x3b,0x82,0xf7,0x1f,0x08};
|