#define rock_width 8 #define rock_height 8 static char rock_bits[] = { 0x81, 0x04, 0x20, 0x00, 0x42, 0x00, 0x08, 0x81};