//{{BLOCK(Layer128x128) //====================================================================== // // Layer128x128, 128x128@8, // + regular map (flat), not compressed, 16x16 // Total size: 512 = 512 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER128X128__ #define __LAYER128X128__ #define Layer128x128MapLen 512 extern const unsigned short Layer128x128Map[256]; #endif // __LAYER128X128__ //}}BLOCK(Layer128x128) //{{BLOCK(Layer256x256) //====================================================================== // // Layer256x256, 256x256@8, // + regular map (flat), not compressed, 32x32 // Total size: 2048 = 2048 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER256X256__ #define __LAYER256X256__ #define Layer256x256MapLen 2048 extern const unsigned short Layer256x256Map[1024]; #endif // __LAYER256X256__ //}}BLOCK(Layer256x256) //{{BLOCK(Layer_512x512) //====================================================================== // // Layer_512x512, 512x512@8, // + regular map (flat), not compressed, 64x64 // Total size: 8192 = 8192 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER_512X512__ #define __LAYER_512X512__ #define Layer512x512MapLen 8192 extern const unsigned short Layer512x512Map[4096]; #endif // __LAYER_512X512__ //}}BLOCK(Layer_512x512) //{{BLOCK(Layer1024x1024) //====================================================================== // // Layer1024x1024, 1024x1024@8, // + regular map (flat), not compressed, 128x128 // Total size: 32768 = 32768 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER1024X1024__ #define __LAYER1024X1024__ #define Layer1024x1024MapLen 32768 extern const unsigned short Layer1024x1024Map[16384]; #endif // __LAYER1024X1024__ //}}BLOCK(Layer1024x1024) //{{BLOCK(Layer256x512) //====================================================================== // // Layer256x512, 256x512@8, // + regular map (flat), not compressed, 32x64 // Total size: 4096 = 4096 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER256X512__ #define __LAYER256X512__ #define Layer256x512MapLen 4096 extern const unsigned short Layer256x512Map[2048]; #endif // __LAYER256X512__ //}}BLOCK(Layer256x512) //{{BLOCK(Layer512x256) //====================================================================== // // Layer512x256, 512x256@8, // + regular map (flat), not compressed, 64x32 // Total size: 4096 = 4096 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __LAYER512X256__ #define __LAYER512X256__ #define Layer512x256MapLen 4096 extern const unsigned short Layer512x256Map[2048]; #endif // __LAYER512X256__ //}}BLOCK(Layer512x256) //{{BLOCK(TextBackgrounds) //====================================================================== // // TextBackgrounds, 8x6512@8, // + palette 256 entries, not compressed // + 814 tiles not compressed // Total size: 512 + 52096 = 52608 // // Time-stamp: 2007-12-05, 16:39:14 // Exported by Cearn's GBA Image Transmogrifier // ( http://www.coranac.com ) // //====================================================================== #ifndef __TEXTBACKGROUNDS__ #define __TEXTBACKGROUNDS__ #define TextBackgroundsPalLen 512 extern const unsigned short TextBackgroundsPal[256]; #define TextBackgroundsTilesLen 52096 extern const unsigned int TextBackgroundsTiles[13024]; #endif // __TEXTBACKGROUNDS__ //}}BLOCK(TextBackgrounds)