10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define no_spells_width 24
|
|
#define no_spells_height 24
|
|
static char no_spells_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xe2, 0x00,
|
|
0x60, 0x12, 0x01, 0xa0, 0x12, 0x01, 0xa0, 0x12, 0x01, 0x20, 0x13, 0x01,
|
|
0x20, 0x13, 0x01, 0x20, 0xe2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0xf7, 0x2e, 0xe2, 0x91, 0x22, 0x22, 0x91, 0x22, 0x22,
|
|
0xf7, 0x2e, 0xe2, 0x14, 0x22, 0x82, 0x14, 0x22, 0x82, 0x17, 0xee, 0xee,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|