Geen omschrijving

title_tileset_background.h 902B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(title_tileset_background)
  2. //======================================================================
  3. //
  4. // title_tileset_background, 256x160@4,
  5. // + 255 tiles (t|f reduced) lz77 compressed
  6. // + regular map (flat), lz77 compressed, 32x20
  7. // Total size: 2456 + 736 = 3192
  8. //
  9. // Time-stamp: 2017-08-31, 14:41:56
  10. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  11. // ( http://www.coranac.com/projects/#grit )
  12. //
  13. //======================================================================
  14. #ifndef GRIT_TITLE_TILESET_BACKGROUND_H
  15. #define GRIT_TITLE_TILESET_BACKGROUND_H
  16. #define title_tileset_backgroundTilesLen 2456
  17. extern const unsigned int title_tileset_backgroundTiles[614];
  18. #define title_tileset_backgroundMapLen 736
  19. extern const unsigned short title_tileset_backgroundMap[368];
  20. #endif // GRIT_TITLE_TILESET_BACKGROUND_H
  21. //}}BLOCK(title_tileset_background)