summaryrefslogtreecommitdiff
path: root/GFX8/rockgen
blob: 2dd0d4126a7dd6a286208a1f8c03cb3c4a33ff17 (plain)
1
2
3
4
#define rockgen_width 8
#define rockgen_height 8
static char rockgen_bits[] = {
   0xff, 0x81, 0x99, 0xb5, 0xbd, 0x99, 0x81, 0xff};