summaryrefslogtreecommitdiff
path: root/GFX16/earth
blob: 7f05a7822b45a2efaa43e28dbb6884ff2c0cbc57 (plain)
1
2
3
4
5
6
#define earth_width 16
#define earth_height 16
static char earth_bits[] = {
   0xdf, 0xf7, 0xc5, 0x92, 0x75, 0xf0, 0x9d, 0x27, 0x8a, 0xe1, 0x7f, 0x3f,
   0x8e, 0x5b, 0xde, 0xff, 0x43, 0x89, 0xe8, 0xcf, 0x89, 0xd2, 0xe5, 0x93,
   0x79, 0x9d, 0xf1, 0x7a, 0x99, 0x4d, 0xb5, 0xbb};