暂无描述

title_tileset_press_start.h 908B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(title_tileset_press_start)
  2. //======================================================================
  3. //
  4. // title_tileset_press_start, 256x160@4,
  5. // + 35 tiles (t|f reduced) lz77 compressed
  6. // + regular map (flat), lz77 compressed, 32x20
  7. // Total size: 676 + 240 = 916
  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_PRESS_START_H
  15. #define GRIT_TITLE_TILESET_PRESS_START_H
  16. #define title_tileset_press_startTilesLen 676
  17. extern const unsigned int title_tileset_press_startTiles[169];
  18. #define title_tileset_press_startMapLen 240
  19. extern const unsigned short title_tileset_press_startMap[120];
  20. #endif // GRIT_TITLE_TILESET_PRESS_START_H
  21. //}}BLOCK(title_tileset_press_start)