10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define gwall_b_width 24
|
|
#define gwall_b_height 24
|
|
static char gwall_b_bits[] = {
|
|
0xb2,0x00,0x5e,0x04,0xfe,0x3b,0x94,0x01,0x34,0x64,0x00,0x28,
|
|
0x14,0x00,0x10,0x14,0xfe,0x11,0xcc,0x01,0x26,0x24,0x00,0x28,
|
|
0x14,0x00,0x30,0x0c,0xff,0x23,0xc0,0x00,0x04,0x20,0x00,0x08,
|
|
0x10,0x00,0x10,0x08,0xff,0x11,0xc8,0xc0,0x27,0x24,0xc0,0x2f,
|
|
0x94,0xac,0x3f,0x14,0xc0,0x3f,0x8c,0xcc,0x37,0x04,0xc0,0x3f,
|
|
0xc4,0x59,0x3b,0x12,0xc0,0x5f,0x04,0xb3,0x3d,0x64,0xc0,0x3f};
|