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, 0x19, 0x00, 0x9e, 0x2f, 0x00, 0xf3,
|
|
0x20, 0x80, 0x80, 0x20, 0x0e, 0x1d, 0x3c, 0x19, 0x0b, 0x28, 0x91, 0x07,
|
|
0x70, 0x5f, 0x03, 0xf0, 0x38, 0x01, 0xa0, 0x8f, 0x00, 0x40, 0xc0, 0x00,
|
|
0x80, 0x43, 0x00, 0x00, 0x42, 0x00, 0x00, 0x44, 0x00, 0xff, 0x7c, 0xfc,
|
|
0x00, 0x43, 0x0f, 0xc6, 0x44, 0x00, 0x3a, 0x4b, 0x00, 0xf4, 0x34, 0x00,
|
|
0x18, 0x0a, 0x00, 0xc0, 0x06, 0x00, 0x40, 0x03, 0x00, 0x80, 0x01, 0x00};
|