summaryrefslogtreecommitdiff
path: root/GFX8/rock
blob: a692cff463410381d661f83b46c7fafca289af59 (plain)
1
2
3
4
#define rock_width 8
#define rock_height 8
static char rock_bits[] = {
   0x81, 0x04, 0x20, 0x00, 0x42, 0x00, 0x08, 0x81};