12345678910111213141516171819202122232425262728 |
-
- //{{BLOCK(title_tileset_background)
-
- //======================================================================
- //
- // title_tileset_background, 256x160@4,
- // + 255 tiles (t|f reduced) lz77 compressed
- // + regular map (flat), lz77 compressed, 32x20
- // Total size: 2456 + 736 = 3192
- //
- // Time-stamp: 2017-08-31, 14:41:56
- // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
- // ( http://www.coranac.com/projects/#grit )
- //
- //======================================================================
-
- #ifndef GRIT_TITLE_TILESET_BACKGROUND_H
- #define GRIT_TITLE_TILESET_BACKGROUND_H
-
- #define title_tileset_backgroundTilesLen 2456
- extern const unsigned int title_tileset_backgroundTiles[614];
-
- #define title_tileset_backgroundMapLen 736
- extern const unsigned short title_tileset_backgroundMap[368];
-
- #endif // GRIT_TITLE_TILESET_BACKGROUND_H
-
- //}}BLOCK(title_tileset_background)
|