00001 /*****************************************/ 00002 /* tiles.h */ 00003 /* CreateTiles by PhoenixRising */ 00004 /*****************************************/ 00005 #ifndef CreateTiles_tiles_H 00006 #define CreateTiles_tiles_H 00007 00008 #include <NDS/jtypes.h> 00009 00010 #define tiles_WIDTH 32 00011 #define tiles_HEIGHT 32 00012 #define tiles_IMAGES 1 00013 00014 extern const uint16 tilesData[512]; 00015 extern const uint16 tilesPalette[8]; 00016 00017 #endif /* CreateTiles_tiles_H */
1.3.6