//{{BLOCK(hero_bag) //====================================================================== // // hero_bag, 64x384@4, // + palette 20 entries, lz77 compressed // + 384 tiles lz77 compressed // Total size: 40 + 3564 = 3604 // // Time-stamp: 2017-08-31, 14:41:57 // Exported by Cearn's GBA Image Transmogrifier, v0.8.6 // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_HERO_BAG_H #define GRIT_HERO_BAG_H #define hero_bagTilesLen 3564 extern const unsigned int hero_bagTiles[891]; #define hero_bagPalLen 40 extern const unsigned short hero_bagPal[20]; #endif // GRIT_HERO_BAG_H //}}BLOCK(hero_bag)