summaryrefslogtreecommitdiff
path: root/PeasantSpr.i
blob: 22399d54668245dc7cb4be48d40f9caccdfd6afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef PEASANT_SPR_I__
#define PEASANT_SPR_I__

// Default direction: Down


const uint8_t PROGMEM Peasant_Walking_SprData[] =
{
  8,8, //width and height
  0x60,
  0xBC,
  0xC2,
  0x99,
  0xA5,
  0x67,
  0x1D,
  0x02,

};

const uint8_t PROGMEM Peasant_SprData[] =
{
  8,8, //width and height
  0x00,
  0x3C,
  0x42,
  0x99,
  0xA5,
  0x66,
  0x18,
  0x00,

};

#endif // PEASANT_SPR_I__