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, 0x00, 0x00, 0x00, 0x69, 0x00, 0x00, 0x07, 0x00, 0x40, 0xbc, 0x01,
|
|
0x00, 0x5b, 0x01, 0x80, 0xc6, 0x00, 0xc0, 0xbb, 0x02, 0x00, 0xb9, 0x03,
|
|
0x00, 0xd3, 0x01, 0xa0, 0x4e, 0x00, 0x80, 0xff, 0x02, 0x80, 0x2a, 0x00,
|
|
0x80, 0x46, 0x00, 0x00, 0x08, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|