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,0x00,0x1e,0x01,
|
|
0x00,0x9f,0x01,0x00,0x2f,0x01,0x00,0x1e,0x01,0x00,0x9f,0x00,
|
|
0x00,0x1f,0x01,0x00,0x2d,0x01,0x00,0x2e,0x01,0x00,0x1f,0x01,
|
|
0x00,0x9f,0x00,0x00,0x1f,0x01,0x00,0x1f,0x01,0x00,0x2e,0x01,
|
|
0x00,0x9f,0x00,0x00,0x1f,0x01,0x00,0x1d,0x01,0x00,0x2e,0x01,
|
|
0x00,0x9f,0x00,0x00,0x1f,0x01,0x00,0x1e,0x01,0x00,0x1f,0x01};
|