diff options
Diffstat (limited to 'PeasantSpr.c')
| -rw-r--r-- | PeasantSpr.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/PeasantSpr.c b/PeasantSpr.c index 873b7f4..7e78764 100644 --- a/PeasantSpr.c +++ b/PeasantSpr.c @@ -4,27 +4,27 @@ const uint8_t PROGMEM Peasant_Walking_SprData[] = { 8,8, //width and height - 0x60, - 0xBC, - 0xC2, - 0x99, - 0xA5, - 0x67, - 0x1D, - 0x02, + 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, + 0x00, + 0x3C, + 0x42, + 0x99, + 0xA5, + 0x66, + 0x18, + 0x00, }; |
