10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define spellball_6_width 24
|
|
#define spellball_6_height 24
|
|
static char spellball_6_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,
|
|
0x00,0x00,0x06,0x00,0x80,0x09,0x00,0x70,0x08,0x00,0x8e,0x04,
|
|
0x20,0x00,0x04,0x00,0x07,0x02,0xc8,0x18,0x02,0x20,0x30,0x02,
|
|
0x24,0x30,0x01,0x10,0x60,0x01,0x10,0x71,0x01,0x94,0x62,0x00,
|
|
0x20,0x31,0x00,0x20,0x30,0x00,0xc8,0x98,0x00,0x00,0x07,0x00,
|
|
0x20,0x10,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|