10 lines
467 B
Groff
10 lines
467 B
Groff
#define hidden_door_3_width 24
|
|
#define hidden_door_3_height 24
|
|
static char hidden_door_3_bits[] = {
|
|
0x41,0x00,0x78,0xc1,0xff,0x77,0x21,0x00,0x70,0x11,0x00,0x60,
|
|
0x09,0x00,0x60,0x05,0x00,0x40,0x02,0x00,0x20,0xfc,0xff,0x1f,
|
|
0x01,0x00,0x40,0x00,0x00,0x00,0x01,0x00,0x40,0x00,0x00,0x00,
|
|
0x01,0x00,0x40,0x00,0x00,0x00,0x01,0x00,0x40,0x00,0x00,0x00,
|
|
0x01,0x00,0x40,0x00,0x00,0x00,0x01,0x00,0x40,0x00,0x00,0x00,
|
|
0xfd,0xff,0x5f,0xf2,0xff,0x3f,0xc1,0xff,0x7f,0x41,0x00,0x78};
|