설명 없음

met_meteor.h 733B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(met_meteor)
  2. //======================================================================
  3. //
  4. // met_meteor, 32x96@4,
  5. // + palette 16 entries, not compressed
  6. // + 48 tiles lz77 compressed
  7. // Total size: 32 + 1168 = 1200
  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_MET_METEOR_H
  15. #define GRIT_MET_METEOR_H
  16. #define met_meteorTilesLen 1168
  17. extern const unsigned int met_meteorTiles[292];
  18. #define met_meteorPalLen 32
  19. extern const unsigned short met_meteorPal[16];
  20. #endif // GRIT_MET_METEOR_H
  21. //}}BLOCK(met_meteor)