00001 /*****************************************/ 00002 /* alpha8.h */ 00003 /* CreateTiles by PhoenixRising */ 00004 /*****************************************/ 00005 #ifndef CreateTiles_alpha8_H 00006 #define CreateTiles_alpha8_H 00007 00008 #include <NDS/jtypes.h> 00009 00010 #define alpha8_WIDTH 760 00011 #define alpha8_HEIGHT 8 00012 #define alpha8_IMAGES 1 00013 00014 extern const uint16 alpha8Data[3040]; 00015 extern const uint16 alpha8Palette[2]; 00016 00017 #endif /* CreateTiles_alpha8_H */
1.3.6