10 lines
557 B
Plaintext
10 lines
557 B
Plaintext
#define ball_lightning1_width 24
|
|
#define ball_lightning1_height 24
|
|
static char ball_lightning1_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
|
|
0x20, 0x00, 0x05, 0x20, 0x00, 0x01, 0x10, 0x9c, 0x0c, 0x12, 0x7f, 0x12,
|
|
0x9c, 0xff, 0x21, 0xa0, 0x3b, 0x40, 0xc0, 0xd7, 0x01, 0x40, 0xeb, 0x01,
|
|
0xc0, 0xec, 0x01, 0x08, 0xdb, 0x00, 0xf0, 0xbf, 0x00, 0x48, 0x7f, 0x00,
|
|
0x44, 0x9c, 0x00, 0x32, 0x80, 0x10, 0x40, 0x80, 0x08, 0x20, 0x00, 0x17,
|
|
0x10, 0x40, 0x01, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01};
|