10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define spellball_8_width 24
|
|
#define spellball_8_height 24
|
|
static char spellball_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x20,0x10,0x00,
|
|
0x00,0x07,0x00,0xc8,0x98,0x00,0x20,0x30,0x00,0x20,0x30,0x00,
|
|
0x14,0x60,0x00,0x10,0x70,0x01,0x10,0x60,0x01,0x24,0x30,0x01,
|
|
0x20,0x30,0x02,0xc8,0x18,0x02,0x00,0x07,0x02,0x20,0x00,0x05,
|
|
0x00,0x0e,0x04,0x00,0x70,0x08,0x00,0x80,0x09,0x00,0x00,0x06,
|
|
0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|