//{{BLOCK(met_clouds) //====================================================================== // // met_clouds, 256x160@4, // + palette 14 entries, lz77 compressed // + 46 tiles (t|f reduced) lz77 compressed // + regular map (flat), lz77 compressed, 32x20 // Total size: 28 + 448 + 256 = 732 // // Time-stamp: 2017-01-01, 21:29:18 // Exported by Cearn's GBA Image Transmogrifier, v0.8.6 // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_MET_CLOUDS_H #define GRIT_MET_CLOUDS_H #define met_cloudsTilesLen 448 extern const unsigned int met_cloudsTiles[112]; #define met_cloudsMapLen 256 extern const unsigned short met_cloudsMap[128]; #define met_cloudsPalLen 28 extern const unsigned short met_cloudsPal[14]; #endif // GRIT_MET_CLOUDS_H //}}BLOCK(met_clouds)