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, 0x80, 0x5c, 0x00, 0x00, 0xb7, 0x02,
|
|
0xa0, 0xfe, 0x09, 0xc0, 0xc3, 0x02, 0xa8, 0xbd, 0x07, 0xd0, 0x7e, 0x0b,
|
|
0x68, 0xff, 0x06, 0x70, 0xff, 0x0e, 0xa8, 0xff, 0x15, 0xb8, 0xff, 0x1d,
|
|
0xa8, 0xff, 0x15, 0x70, 0xff, 0x0e, 0x68, 0xff, 0x16, 0xd0, 0x7e, 0x07,
|
|
0xe0, 0xbd, 0x0d, 0x50, 0xc3, 0x03, 0x80, 0x7f, 0x05, 0x40, 0xfd, 0x00,
|
|
0x00, 0x2a, 0x02, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|