10 lines
467 B
Groff
10 lines
467 B
Groff
#define hidden_door_5_width 24
|
|
#define hidden_door_5_height 24
|
|
static char hidden_door_5_bits[] = {
|
|
0x40,0x30,0x01,0x40,0xf0,0x01,0x40,0x88,0x00,0x40,0x44,0x00,
|
|
0x40,0x22,0x00,0x40,0x11,0x00,0xc0,0x08,0x00,0xc0,0x07,0x00,
|
|
0x00,0x00,0x00,0x40,0x04,0x00,0x00,0x00,0x00,0x40,0x04,0x00,
|
|
0x00,0x00,0x00,0x40,0x04,0x00,0x00,0x00,0x00,0x40,0x04,0x00,
|
|
0x00,0xf0,0x01,0x40,0x18,0x03,0x00,0x34,0x01,0x40,0x12,0x03,
|
|
0x00,0x31,0x01,0x80,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03};
|