Нема описа

title_sprite_sky.h 791B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(title_sprite_sky)
  2. //======================================================================
  3. //
  4. // title_sprite_sky, 16x160@4,
  5. // + palette 16 entries, not compressed
  6. // + 40 tiles lz77 compressed
  7. // Total size: 32 + 780 = 812
  8. //
  9. // Time-stamp: 2017-08-31, 14:41:57
  10. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  11. // ( http://www.coranac.com/projects/#grit )
  12. //
  13. //======================================================================
  14. #ifndef GRIT_TITLE_SPRITE_SKY_H
  15. #define GRIT_TITLE_SPRITE_SKY_H
  16. #define title_sprite_skyTilesLen 780
  17. extern const unsigned int title_sprite_skyTiles[195];
  18. #define title_sprite_skyPalLen 32
  19. extern const unsigned short title_sprite_skyPal[16];
  20. #endif // GRIT_TITLE_SPRITE_SKY_H
  21. //}}BLOCK(title_sprite_sky)