10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define dust_effect_width 24
|
|
#define dust_effect_height 24
|
|
static char dust_effect_bits[] = {
|
|
0x00, 0xa8, 0x82, 0x4a, 0x6a, 0xaa, 0x20, 0x01, 0xa2, 0x99, 0xa8, 0x08,
|
|
0x22, 0x90, 0x20, 0xaa, 0x23, 0xaf, 0x80, 0x0a, 0xa2, 0xa2, 0x80, 0x1c,
|
|
0x10, 0x12, 0x01, 0xa8, 0x29, 0x98, 0x00, 0x02, 0x22, 0x4b, 0xaa, 0x28,
|
|
0x00, 0x10, 0x20, 0xaa, 0x81, 0x9a, 0x80, 0x02, 0x86, 0x74, 0x2a, 0x15,
|
|
0x08, 0x40, 0x08, 0x58, 0x5b, 0xa1, 0x20, 0x88, 0x44, 0xaa, 0x90, 0x8a,
|
|
0x04, 0x22, 0x00, 0x2b, 0xa1, 0xa9, 0x42, 0x08, 0xa2, 0x04, 0x54, 0x41};
|