10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define tomb1_width 24
|
|
#define tomb1_height 24
|
|
static char tomb1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x3e,0x00,0xe0,0xff,0x03,0x10,0x00,0x04,
|
|
0x08,0x00,0x08,0xc8,0xe9,0x08,0x48,0x2a,0x09,0x48,0x2a,0x09,
|
|
0xc8,0xe9,0x08,0x48,0x29,0x08,0x48,0x2a,0x08,0x08,0x00,0x08,
|
|
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x3e,0x08,0x08,0x08,0x08,
|
|
0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,
|
|
0x08,0x08,0x08,0x08,0x00,0x08,0xf8,0xff,0x0f,0x00,0x00,0x00};
|