Nessuna descrizione

boot_tileset.h 910B

1234567891011121314151617181920212223242526272829303132
  1. //{{BLOCK(boot_tileset)
  2. //======================================================================
  3. //
  4. // boot_tileset, 256x160@4,
  5. // + palette 16 entries, not compressed
  6. // + 68 tiles (t|f|p reduced) lz77 compressed
  7. // + regular map (flat), lz77 compressed, 32x20
  8. // Total size: 32 + 672 + 412 = 1116
  9. //
  10. // Time-stamp: 2017-08-31, 14:41:54
  11. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  12. // ( http://www.coranac.com/projects/#grit )
  13. //
  14. //======================================================================
  15. #ifndef GRIT_BOOT_TILESET_H
  16. #define GRIT_BOOT_TILESET_H
  17. #define boot_tilesetTilesLen 672
  18. extern const unsigned int boot_tilesetTiles[168];
  19. #define boot_tilesetMapLen 412
  20. extern const unsigned short boot_tilesetMap[206];
  21. #define boot_tilesetPalLen 32
  22. extern const unsigned short boot_tilesetPal[16];
  23. #endif // GRIT_BOOT_TILESET_H
  24. //}}BLOCK(boot_tileset)