10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define weak_wall_3_width 24
|
|
#define weak_wall_3_height 24
|
|
static char weak_wall_3_bits[] = {
|
|
0x40,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03,
|
|
0x50,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x09,0x48,0xf2,0x01,
|
|
0x44,0x88,0x10,0x50,0x5c,0x02,0x40,0x22,0x09,0x48,0x2f,0x00,
|
|
0x40,0x7c,0x02,0x50,0xf8,0x10,0x44,0xf4,0x01,0x40,0x12,0x03,
|
|
0x40,0x30,0x09,0x50,0x10,0x03,0x40,0x34,0x01,0x44,0x12,0x03,
|
|
0x40,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03};
|