10 lines
470 B
Plaintext
10 lines
470 B
Plaintext
#define mountain_cave2_width 24
|
|
#define mountain_cave2_height 24
|
|
static char mountain_cave2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x1e,0x00,0x00,0x3e,0x00,
|
|
0x00,0xcf,0x00,0x00,0x0f,0x01,0x80,0x07,0x01,0xc0,0x07,0x01,
|
|
0xc0,0x03,0x02,0xe0,0x01,0x04,0xe0,0x21,0x08,0x70,0x70,0x08,
|
|
0x70,0xf8,0x10,0x38,0xf8,0x20,0x1c,0xf8,0x40,0x0e,0xf8,0x00,
|
|
0x03,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|