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