설명 없음

title_tileset_logo_name.h 892B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(title_tileset_logo_name)
  2. //======================================================================
  3. //
  4. // title_tileset_logo_name, 256x160@8,
  5. // + 168 tiles (t|f reduced) lz77 compressed
  6. // + regular map (flat), lz77 compressed, 32x20
  7. // Total size: 3616 + 500 = 4116
  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_TILESET_LOGO_NAME_H
  15. #define GRIT_TITLE_TILESET_LOGO_NAME_H
  16. #define title_tileset_logo_nameTilesLen 3616
  17. extern const unsigned int title_tileset_logo_nameTiles[904];
  18. #define title_tileset_logo_nameMapLen 500
  19. extern const unsigned short title_tileset_logo_nameMap[250];
  20. #endif // GRIT_TITLE_TILESET_LOGO_NAME_H
  21. //}}BLOCK(title_tileset_logo_name)