Nav apraksta

hero_backsprite.h 789B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(hero_backsprite)
  2. //======================================================================
  3. //
  4. // hero_backsprite, 64x320@4,
  5. // + palette 20 entries, lz77 compressed
  6. // + 320 tiles not compressed
  7. // Total size: 40 + 10240 = 10280
  8. //
  9. // Time-stamp: 2017-08-31, 14:41:58
  10. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  11. // ( http://www.coranac.com/projects/#grit )
  12. //
  13. //======================================================================
  14. #ifndef GRIT_HERO_BACKSPRITE_H
  15. #define GRIT_HERO_BACKSPRITE_H
  16. #define hero_backspriteTilesLen 10240
  17. extern const unsigned int hero_backspriteTiles[2560];
  18. #define hero_backspritePalLen 40
  19. extern const unsigned short hero_backspritePal[20];
  20. #endif // GRIT_HERO_BACKSPRITE_H
  21. //}}BLOCK(hero_backsprite)