10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define cave9_width 24
|
|
#define cave9_height 24
|
|
static char cave9_bits[] = {
|
|
0xff,0x07,0xf8,0xff,0x07,0x8f,0xff,0x87,0x81,0xff,0x9b,0x80,
|
|
0xff,0xe3,0x80,0xff,0x87,0x8f,0xff,0x6d,0xf0,0xff,0x48,0x40,
|
|
0xff,0x18,0x41,0xbf,0x91,0x47,0x1f,0x12,0x6c,0x0f,0x1e,0x20,
|
|
0x2a,0xf8,0x2c,0x8a,0x80,0x29,0x8a,0x08,0x13,0x8c,0x09,0x12,
|
|
0x08,0x70,0x0a,0x98,0x10,0x06,0x90,0x83,0x01,0x24,0x70,0x00,
|
|
0x4c,0x18,0x00,0x80,0x07,0x00,0xfe,0x00,0x00,0x03,0x00,0x00};
|