10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define sword2_width 24
|
|
#define sword2_height 24
|
|
static char sword2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x00,0x16,
|
|
0x00,0x00,0x09,0x00,0x80,0x0a,0x00,0x40,0x05,0x00,0xa0,0x02,
|
|
0x00,0x50,0x01,0x00,0xa8,0x00,0x00,0x54,0x00,0x00,0x2a,0x00,
|
|
0x00,0x15,0x00,0x88,0x0a,0x00,0x50,0x05,0x00,0xe0,0x02,0x00,
|
|
0xe0,0x01,0x00,0xf0,0x00,0x00,0x38,0x01,0x00,0x1e,0x02,0x00,
|
|
0x0e,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|