暫無描述

heroine_bag.h 747B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(heroine_bag)
  2. //======================================================================
  3. //
  4. // heroine_bag, 64x384@4,
  5. // + palette 20 entries, lz77 compressed
  6. // + 384 tiles lz77 compressed
  7. // Total size: 40 + 4044 = 4084
  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_HEROINE_BAG_H
  15. #define GRIT_HEROINE_BAG_H
  16. #define heroine_bagTilesLen 4044
  17. extern const unsigned int heroine_bagTiles[1011];
  18. #define heroine_bagPalLen 40
  19. extern const unsigned short heroine_bagPal[20];
  20. #endif // GRIT_HEROINE_BAG_H
  21. //}}BLOCK(heroine_bag)