10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define rough_wall_5_width 24
|
|
#define rough_wall_5_height 24
|
|
static char rough_wall_5_bits[] = {
|
|
0x00, 0xd2, 0x03, 0x00, 0xca, 0x03, 0x00, 0xe7, 0x07, 0x80, 0xec, 0x03,
|
|
0x80, 0xe0, 0x03, 0x80, 0xea, 0x01, 0x00, 0xe9, 0x01, 0x00, 0xe7, 0x03,
|
|
0x00, 0xe1, 0x03, 0x00, 0xe9, 0x03, 0x00, 0xe3, 0x07, 0x80, 0xe1, 0x07,
|
|
0x80, 0xc2, 0x07, 0x80, 0xc8, 0x03, 0x00, 0xc1, 0x03, 0x00, 0xe3, 0x07,
|
|
0x00, 0xed, 0x07, 0x00, 0xe1, 0x03, 0x80, 0xc1, 0x01, 0x80, 0xec, 0x01,
|
|
0x80, 0xe1, 0x03, 0x00, 0xf3, 0x03, 0x00, 0xca, 0x03, 0x00, 0xd2, 0x03};
|