diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 05:38:31 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 05:38:31 +0100 |
| commit | 8fba2176bc34aa7e507f0b9d983427bb5e522e17 (patch) | |
| tree | d5e1c7d5560f30581fc5a1957121fc0a198b62f7 /TownCentre.i | |
| parent | 2cf2d608af862e812e7fd3ac580f869141a96fa7 (diff) | |
| download | pocketempires-8fba2176bc34aa7e507f0b9d983427bb5e522e17.tar.gz | |
* Modified shadows for Town centre.
* Bugfixes in unit movement and collision detection. Now it should work fine.
* Added include guards to all *.i files.
* Other minor changes
Diffstat (limited to 'TownCentre.i')
| -rw-r--r-- | TownCentre.i | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/TownCentre.i b/TownCentre.i index 6d78342..89c5c0b 100644 --- a/TownCentre.i +++ b/TownCentre.i @@ -1,3 +1,6 @@ +#ifndef TOWN_CENTRE_I__ +#define TOWN_CENTRE_I__ + const uint8_t TownCentreSprData[] PROGMEM = {24,24, 0x3,0xFF,0xC0, 0xC,0x0,0x30, @@ -30,24 +33,26 @@ const uint8_t TownCentreShadowSprData[] PROGMEM = {24,24, 0x7E,0x0,0x0, 0xF8,0x0,0x0, 0xF0,0x0,0x0, -0xE0,0x0,0x0, -0xE0,0x0,0x4, -0xE0,0x0,0x4, -0xE0,0x0,0x4, -0xE2,0xE0,0x4, -0xE2,0x80,0x4, -0xE2,0x80,0x4, -0xE2,0x80,0x4, -0xE2,0x80,0x4, -0xE2,0x80,0x4, -0xE2,0xE0,0x4, -0xE0,0x60,0xC, -0xE0,0x0,0x10, -0xE0,0x0,0x0, -0xE0,0x0,0x0, -0xE0,0x1,0x80, -0xF0,0x1,0x80, -0xF8,0x1,0x80, -0x7E,0x1,0x80, +0xF8,0x0,0x0, +0xF8,0x0,0x4, +0xF8,0x0,0x4, +0xF8,0x0,0x4, +0xFA,0xE0,0x4, +0xFA,0x80,0x4, +0xFA,0x80,0x4, +0xFA,0x80,0x4, +0xFA,0x80,0x4, +0xFA,0x80,0x4, +0xFA,0xE0,0x4, +0xF8,0x60,0xC, +0xF8,0x0,0x10, +0xFC,0x0,0x0, +0xFF,0x0,0x0, +0xFF,0xF1,0x80, +0xFF,0xF1,0x80, +0xFF,0xF1,0x80, +0x7F,0xF1,0x80, 0x1F,0x81,0x80, }; + +#endif // TOWN_CENTRE_I__ |
