10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define weak_wall_1_width 24
|
|
#define weak_wall_1_height 24
|
|
static char weak_wall_1_bits[] = {
|
|
0x00,0x1f,0x01,0x00,0x1f,0x01,0x00,0x2f,0x01,0x20,0x1e,0x01,
|
|
0x00,0xbf,0x00,0x04,0x8f,0x00,0x20,0x46,0x00,0x00,0x6f,0x02,
|
|
0x44,0x23,0x10,0x10,0xb7,0x04,0x44,0x11,0x01,0x20,0x4f,0x10,
|
|
0x08,0x20,0x05,0x42,0x81,0x10,0x28,0x26,0x04,0x44,0x09,0x09,
|
|
0x20,0x4b,0x00,0x08,0xb7,0x02,0x40,0x2d,0x00,0x10,0xde,0x00,
|
|
0x04,0x9f,0x00,0x40,0x1f,0x01,0x00,0x1e,0x01,0x00,0x1f,0x01};
|