10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define cave14_width 24
|
|
#define cave14_height 24
|
|
static char cave14_bits[] = {
|
|
0x43,0x48,0xe2,0x62,0x44,0xfe,0x04,0x23,0xc1,0xfc,0x98,0xa0,
|
|
0x10,0x8c,0x2d,0x10,0x4b,0x07,0xd0,0x29,0xc2,0x70,0x39,0x71,
|
|
0x30,0xf8,0x4c,0x20,0x86,0x63,0xc0,0x09,0x11,0x80,0xe1,0xd8,
|
|
0x00,0x73,0x48,0x00,0x9c,0x43,0x00,0x18,0x32,0x00,0xe0,0x90,
|
|
0x00,0x00,0x1f,0x00,0x00,0x11,0x00,0x00,0x12,0x00,0x00,0x9c,
|
|
0x00,0x00,0x90,0x00,0x00,0xa0,0x00,0x00,0xa0,0x00,0x00,0xc0};
|