10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
#define magic_portal_width 24
|
|
#define magic_portal_height 24
|
|
static char magic_portal_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x09, 0x00, 0x00, 0x78, 0x01, 0x80, 0x51, 0x01, 0x80, 0xff, 0x01,
|
|
0xa0, 0xc3, 0x05, 0xc0, 0xbb, 0x00, 0xc0, 0xbb, 0x09, 0x40, 0xbd, 0x03,
|
|
0xe0, 0x9d, 0x02, 0x40, 0xdd, 0x02, 0x20, 0xdd, 0x03, 0xa0, 0x63, 0x01,
|
|
0x80, 0x7f, 0x00, 0x80, 0x39, 0x01, 0x00, 0x42, 0x00, 0x00, 0x10, 0x00,
|
|
0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|