10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
#define potionpow_width 24
|
|
#define potionpow_height 24
|
|
static char potionpow_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x38, 0x00,
|
|
0x00, 0x2c, 0x00, 0x00, 0x38, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x7a, 0x00,
|
|
0x00, 0xfd, 0x00, 0x80, 0xfc, 0x01, 0x80, 0xc6, 0x01, 0x40, 0xb6, 0x03,
|
|
0x40, 0xc6, 0x03, 0x40, 0xf6, 0x03, 0x40, 0xf6, 0x03, 0x80, 0xfe, 0x01,
|
|
0x80, 0xfc, 0x01, 0x00, 0xff, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00};
|