暫無描述

hero_bag.h 716B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(hero_bag)
  2. //======================================================================
  3. //
  4. // hero_bag, 64x384@4,
  5. // + palette 20 entries, lz77 compressed
  6. // + 384 tiles lz77 compressed
  7. // Total size: 40 + 3564 = 3604
  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_HERO_BAG_H
  15. #define GRIT_HERO_BAG_H
  16. #define hero_bagTilesLen 3564
  17. extern const unsigned int hero_bagTiles[891];
  18. #define hero_bagPalLen 40
  19. extern const unsigned short hero_bagPal[20];
  20. #endif // GRIT_HERO_BAG_H
  21. //}}BLOCK(hero_bag)