10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define walkchest1_width 24
|
|
#define walkchest1_height 24
|
|
static char walkchest1_bits[] = {
|
|
0xfc,0xff,0x7f,0x0e,0x00,0x80,0xf9,0xff,0xff,0x05,0x00,0xc0,
|
|
0x07,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,
|
|
0xfc,0xff,0xff,0x4a,0x29,0xa5,0x52,0x4a,0x29,0xde,0x7b,0xef};
|