arch/player/monk.131

10 lines
519 B
Plaintext

#define monk_width 24
#define monk_height 24
static char monk_bits[] = {
0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xa0, 0x0c, 0x00, 0xe0, 0x1e, 0x00,
0x60, 0x1e, 0x00, 0x50, 0x16, 0x00, 0x50, 0x12, 0x00, 0xd0, 0x1d, 0x00,
0x30, 0x72, 0x00, 0xe0, 0x8c, 0x00, 0x80, 0xa0, 0x00, 0x80, 0xa1, 0x01,
0x80, 0x61, 0x03, 0x00, 0xbf, 0x05, 0x80, 0x29, 0x07, 0x80, 0x40, 0x00,
0x80, 0x83, 0x00, 0x80, 0xe2, 0x00, 0xc0, 0xbe, 0x00, 0x40, 0x51, 0x00,
0xc0, 0x51, 0x00, 0xc0, 0xf1, 0x00, 0x80, 0xe1, 0x00, 0x00, 0x00, 0x00};