10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define walkchest2_width 24
|
|
#define walkchest2_height 24
|
|
static char walkchest2_bits[] = {
|
|
0x00,0x00,0x00,0xfc,0xff,0x7f,0x0a,0x00,0x80,0xf9,0xff,0xff,
|
|
0x05,0x18,0x60,0xbf,0xfe,0x17,0x43,0x2d,0x59,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};
|