10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define cave_2_width 24
|
|
#define cave_2_height 24
|
|
static char cave_2_bits[] = {
|
|
0xff,0x5f,0x80,0xff,0x7f,0x48,0xff,0x13,0x28,0xff,0x1f,0x18,
|
|
0xff,0x17,0x04,0xff,0x04,0x04,0xff,0x43,0x02,0xff,0x44,0x01,
|
|
0xbf,0xc0,0x00,0x7f,0x20,0x00,0x13,0x24,0x00,0x1f,0x10,0x00,
|
|
0x17,0x0c,0x00,0x02,0x02,0x00,0x81,0x02,0x00,0x82,0x01,0x00,
|
|
0xc0,0x00,0x00,0x40,0x00,0x00,0x28,0x00,0x00,0x18,0x00,0x00,
|
|
0x04,0x00,0x00,0x04,0x00,0x00,0x02,0x00,0x00,0x01,0x00,0x00};
|