10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define cave3_width 24
|
|
#define cave3_height 24
|
|
static char cave3_bits[] = {
|
|
0xff,0x1f,0x81,0xff,0x7f,0x80,0xff,0xc7,0xff,0xff,0x03,0x46,
|
|
0xff,0xc5,0x49,0xff,0x31,0x40,0xff,0x8d,0x52,0xff,0x03,0x40,
|
|
0xff,0xff,0x47,0xff,0x03,0x78,0xff,0x21,0x26,0xff,0x89,0x29,
|
|
0xff,0x61,0x20,0xff,0x1b,0x3c,0xff,0x47,0x23,0xff,0x97,0x20,
|
|
0xff,0xe7,0x7f,0xff,0x3f,0x40,0xff,0x83,0x48,0xff,0x1f,0x40,
|
|
0xff,0xe7,0x41,0xff,0x07,0xfe,0xff,0xcf,0x81,0xff,0x3f,0x90};
|