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,
|
|
0x40,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03,
|
|
0x44,0xf8,0x11,0x50,0x08,0x01,0x40,0xbc,0x08,0x48,0xfa,0x01,
|
|
0x40,0xf0,0x01,0x50,0x10,0x13,0x40,0x34,0x01,0x40,0x12,0x03,
|
|
0x40,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03,
|
|
0x40,0x30,0x01,0x40,0x10,0x03,0x40,0x34,0x01,0x40,0x12,0x03};
|