summaryrefslogtreecommitdiff
path: root/GFX8/wall
blob: 54372ab63ceb073fa65fe3af0902f35b89d60699 (plain)
1
2
3
4
#define wall_width 8
#define wall_height 8
static char wall_bits[] = {
   0xff, 0x89, 0xff, 0xa5, 0xa5, 0xff, 0x91, 0xff};