1#define fed_cruiser_width 17
2#define fed_cruiser_height 18
3#define fed_cruiser_x_hot 10
4#define fed_cruiser_y_hot 10
5static char fed_cruiser_bits[] = {
6   0x00, 0x0f, 0x00, 0x80, 0x1f, 0x00, 0xc0, 0x3f, 0x00, 0xc0, 0x3f, 0x00,
7   0xc0, 0x3f, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x0f, 0x00, 0x40, 0x26, 0x00,
8   0x40, 0x26, 0x00, 0x40, 0x2f, 0x00, 0xc0, 0x3f, 0x00, 0xc0, 0x36, 0x00,
9   0x40, 0x26, 0x00, 0x40, 0x20, 0x00, 0x40, 0x20, 0x00, 0x40, 0x20, 0x00,
10   0x40, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
11
12#define fed_mask_width 17
13#define fed_mask_height 18
14static char fed_mask_bits[] = {
15   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
16   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
17   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
19   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,};
20
21#define rom_cruiser_width 17
22#define rom_cruiser_height 13
23#define rom_cruiser_x_hot 10
24#define rom_cruiser_y_hot 10
25static char rom_cruiser_bits[] = {
26   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x80, 0x00, 0x04, 0x80, 0x00,
27   0x1c, 0xe0, 0x00, 0xfc, 0xff, 0x00, 0xfc, 0xff, 0x00, 0xf4, 0xbf, 0x00,
28   0xf4, 0xbf, 0x00, 0xe4, 0x9f, 0x00, 0xc4, 0x8f, 0x00, 0x84, 0x87, 0x00,
29   0x00, 0x00, 0x00};
30
31#define rom_mask_width 17
32#define rom_mask_height 13
33static char rom_mask_bits[] = {
34   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
35   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
36   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
37   0x00, 0x00, 0x00};
38
39#define ori_cruiser_width 17
40#define ori_cruiser_height 18
41#define ori_cruiser_x_hot 10
42#define ori_cruiser_y_hot 10
43static char ori_cruiser_bits[] = {
44   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x0f, 0x00,
45   0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x06, 0x00, 0x00, 0x06, 0x00,
46   0x20, 0x4f, 0x00, 0x20, 0x4f, 0x00, 0x30, 0xcf, 0x00, 0xb0, 0xdf, 0x00,
47   0xf0, 0xff, 0x00, 0xf0, 0xf6, 0x00, 0xb0, 0xd0, 0x00, 0x30, 0xcf, 0x00,
48   0x20, 0x40, 0x00, 0x20, 0x40, 0x00};
49
50#define kli_cruiser_width 17
51#define kli_cruiser_height 18
52#define kli_cruiser_x_hot 10
53#define kli_cruiser_y_hot 10
54static char kli_cruiser_bits[] = {
55   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x80, 0x00,
56   0x20, 0x8a, 0x00, 0xa0, 0xbf, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x00,
57   0xe0, 0xff, 0x00, 0x20, 0x8e, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00,
58   0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0e, 0x00,
59   0x00, 0x1f, 0x00, 0x00, 0x0e, 0x00};
60