10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define potion_cold_width 24
|
|
#define potion_cold_height 24
|
|
static char potion_cold_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,
|
|
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x34,0x00,0x00,0x7a,0x00,
|
|
0x00,0xfd,0x00,0x80,0xec,0x01,0x80,0xd6,0x01,0x40,0xaa,0x03,
|
|
0x40,0x54,0x03,0x40,0xaa,0x03,0x40,0xd6,0x03,0x80,0xee,0x01,
|
|
0x80,0xfd,0x01,0x00,0xff,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};
|