12345678910111213141516171819202122232425262728 |
-
- //{{BLOCK(title_sprite_sky)
-
- //======================================================================
- //
- // title_sprite_sky, 16x160@4,
- // + palette 16 entries, not compressed
- // + 40 tiles lz77 compressed
- // Total size: 32 + 780 = 812
- //
- // 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_TITLE_SPRITE_SKY_H
- #define GRIT_TITLE_SPRITE_SKY_H
-
- #define title_sprite_skyTilesLen 780
- extern const unsigned int title_sprite_skyTiles[195];
-
- #define title_sprite_skyPalLen 32
- extern const unsigned short title_sprite_skyPal[16];
-
- #endif // GRIT_TITLE_SPRITE_SKY_H
-
- //}}BLOCK(title_sprite_sky)
|