10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define bomb4_width 24
|
|
#define bomb4_height 24
|
|
static char bomb4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x00,0x00,
|
|
0x00,0x00,0x14,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0xdf,0x01,
|
|
0xc0,0xff,0x00,0xc0,0x7e,0x00,0x60,0xff,0x00,0x60,0xff,0x00,
|
|
0xe0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,0x00,0xc0,0x7f,0x00,
|
|
0xc0,0x7f,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|