//{{BLOCK(Layer128x128r) //====================================================================== // // Layer128x128r, 128x128@8, // + affine map, not compressed, 16x16 // External tile file: (null). // Total size: 256 = 256 // // Time-stamp: 2008-12-03, 18:15:41 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_LAYER128X128R_H #define GRIT_LAYER128X128R_H #define Layer128x128rMapLen 256 extern const unsigned char Layer128x128rMap[256]; #endif // GRIT_LAYER128X128R_H //}}BLOCK(Layer128x128r) //{{BLOCK(Layer256x256r) //====================================================================== // // Layer256x256r, 256x256@8, // + affine map, not compressed, 32x32 // External tile file: (null). // Total size: 1024 = 1024 // // Time-stamp: 2008-12-03, 18:15:41 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_LAYER256X256R_H #define GRIT_LAYER256X256R_H #define Layer256x256rMapLen 1024 extern const unsigned char Layer256x256rMap[1024]; #endif // GRIT_LAYER256X256R_H //}}BLOCK(Layer256x256r) //{{BLOCK(Layer512x512r) //====================================================================== // // Layer512x512r, 512x512@8, // + affine map, not compressed, 64x64 // External tile file: (null). // Total size: 4096 = 4096 // // Time-stamp: 2008-12-03, 18:15:41 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_LAYER512X512R_H #define GRIT_LAYER512X512R_H #define Layer512x512rMapLen 4096 extern const unsigned char Layer512x512rMap[4096]; #endif // GRIT_LAYER512X512R_H //}}BLOCK(Layer512x512r) //{{BLOCK(Layer1024x1024r) //====================================================================== // // Layer1024x1024r, 1024x1024@8, // + affine map, not compressed, 128x128 // External tile file: (null). // Total size: 16384 = 16384 // // Time-stamp: 2008-12-03, 18:15:42 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_LAYER1024X1024R_H #define GRIT_LAYER1024X1024R_H #define Layer1024x1024rMapLen 16384 extern const unsigned char Layer1024x1024rMap[16384]; #endif // GRIT_LAYER1024X1024R_H //}}BLOCK(Layer1024x1024r) //{{BLOCK(RotBackgrounds) //====================================================================== // // RotBackgrounds, 8x872@8, // + palette 256 entries, not compressed // + 109 tiles not compressed // Total size: 512 + 6976 = 7488 // // Time-stamp: 2008-12-03, 18:15:42 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_ROTBACKGROUNDS_H #define GRIT_ROTBACKGROUNDS_H #define RotBackgroundsTilesLen 6976 extern const unsigned int RotBackgroundsTiles[1744]; #define RotBackgroundsPalLen 512 extern const unsigned short RotBackgroundsPal[256]; #endif // GRIT_ROTBACKGROUNDS_H //}}BLOCK(RotBackgrounds)