10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define hobbit_hole_width 24
|
|
#define hobbit_hole_height 24
|
|
static char hobbit_hole_bits[] = {
|
|
0x10,0x20,0x00,0x00,0x20,0x04,0xe0,0x11,0x42,0x98,0x03,0x22,
|
|
0x2c,0x23,0x21,0x64,0x13,0x10,0xf8,0x11,0x01,0x01,0x88,0x20,
|
|
0x00,0x00,0x10,0x10,0xfc,0x11,0x88,0x03,0x42,0x48,0xf0,0x27,
|
|
0x24,0xfe,0x27,0xa0,0xff,0x17,0xa1,0xff,0x03,0xc0,0xff,0x81,
|
|
0x88,0x3f,0x80,0x08,0x00,0x40,0x84,0xc0,0x07,0x80,0x20,0x0e,
|
|
0x48,0x54,0x9c,0x04,0x92,0x59,0x04,0xe2,0x4f,0x22,0x01,0x20};
|