10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define acid_pool3_width 24
|
|
#define acid_pool3_height 24
|
|
static char acid_pool3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xf0,0x00,0x00,0xd8,0x01,0x00,0xe8,0x01,0x00,0xe8,0x01,0x00,
|
|
0xf8,0x01,0x00,0xf8,0x01,0x00,0xf0,0x00,0x00,0x00,0x38,0x00,
|
|
0x00,0x74,0x00,0x00,0x74,0x00,0x00,0x7c,0x00,0x00,0x38,0x08,
|
|
0x10,0xfe,0x00,0xc0,0xf7,0x07,0xf0,0xff,0x1d,0xbc,0xff,0x3f,
|
|
0xfc,0xff,0x1f,0xf0,0xff,0x0f,0x00,0x00,0x00,0x00,0x00,0x00};
|