Nenhuma descrição

met_clouds.h 884B

1234567891011121314151617181920212223242526272829303132
  1. //{{BLOCK(met_clouds)
  2. //======================================================================
  3. //
  4. // met_clouds, 256x160@4,
  5. // + palette 14 entries, lz77 compressed
  6. // + 46 tiles (t|f reduced) lz77 compressed
  7. // + regular map (flat), lz77 compressed, 32x20
  8. // Total size: 28 + 448 + 256 = 732
  9. //
  10. // Time-stamp: 2017-08-31, 14:41:56
  11. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  12. // ( http://www.coranac.com/projects/#grit )
  13. //
  14. //======================================================================
  15. #ifndef GRIT_MET_CLOUDS_H
  16. #define GRIT_MET_CLOUDS_H
  17. #define met_cloudsTilesLen 448
  18. extern const unsigned int met_cloudsTiles[112];
  19. #define met_cloudsMapLen 256
  20. extern const unsigned short met_cloudsMap[128];
  21. #define met_cloudsPalLen 28
  22. extern const unsigned short met_cloudsPal[14];
  23. #endif // GRIT_MET_CLOUDS_H
  24. //}}BLOCK(met_clouds)