10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define prisoner_width 24
|
|
#define prisoner_height 24
|
|
static char prisoner_bits[] = {
|
|
0x0f, 0x00, 0xf0, 0x09, 0x00, 0x98, 0x09, 0x00, 0x9c, 0x0f, 0x00, 0xf2,
|
|
0x10, 0x0e, 0x81, 0x20, 0x11, 0x1d, 0x3c, 0x15, 0x0b, 0x28, 0x91, 0x07,
|
|
0x70, 0x52, 0x03, 0xf0, 0x34, 0x01, 0xa0, 0x8f, 0x00, 0x40, 0x80, 0x00,
|
|
0x80, 0x83, 0x00, 0x00, 0x8e, 0x00, 0xff, 0x88, 0xfe, 0x00, 0xf6, 0x00,
|
|
0xc0, 0x83, 0x00, 0x38, 0xc0, 0x00, 0xce, 0xcb, 0x00, 0x79, 0x44, 0x00,
|
|
0x06, 0x33, 0x00, 0x80, 0x08, 0x00, 0x60, 0x07, 0x00, 0xc0, 0x01, 0x00};
|