10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define walkchest4_width 24
|
|
#define walkchest4_height 24
|
|
static char walkchest4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0xff,0x7f,
|
|
0x06,0x00,0x80,0x09,0x00,0x80,0xff,0xff,0xff,0x47,0x72,0x90,
|
|
0xff,0xff,0xff,0xe5,0xff,0x9f,0x35,0x00,0xb0,0x3d,0x78,0xf0,
|
|
0x4d,0x30,0xc8,0x0d,0x30,0xc0,0x0d,0x30,0xc0,0x0d,0x00,0xc0,
|
|
0x4d,0x00,0xc8,0x3f,0x00,0xf0,0x36,0x00,0xb0,0xe6,0xff,0x9f,
|
|
0xfe,0xff,0xff,0xa5,0x94,0x52,0x29,0xa5,0x94,0xef,0xbd,0xf7};
|