10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define para_fire_width 24
|
|
#define para_fire_height 24
|
|
static char para_fire_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x40, 0x01, 0x00, 0x40, 0x03,
|
|
0x80, 0x83, 0x02, 0x80, 0x04, 0x05, 0x00, 0x05, 0x05, 0x18, 0x0a, 0x05,
|
|
0x14, 0x0a, 0x05, 0x14, 0x0a, 0x05, 0x34, 0x8a, 0x14, 0x24, 0x6a, 0x15,
|
|
0xe4, 0x95, 0x1b, 0x08, 0xee, 0x17, 0xd0, 0xff, 0x17, 0xd0, 0x99, 0x17,
|
|
0xd0, 0xbd, 0x0b, 0xd6, 0xff, 0x0d, 0xd4, 0xc7, 0x05, 0xdc, 0x83, 0x1b,
|
|
0xe4, 0xff, 0x27, 0xf4, 0xff, 0x17, 0xf6, 0xff, 0x17, 0xfa, 0xff, 0x2f};
|