//{{BLOCK(schnoz) //====================================================================== // // schnoz, 16x16@4, // + palette 8 entries, lz77 compressed // Total size: 16 = 16 // // Time-stamp: 2020-06-02, 19:52:02 // Exported by Cearn's GBA Image Transmogrifier, v0.8.15 // ( http://www.coranac.com/projects/#grit ) // //====================================================================== #ifndef GRIT_SCHNOZ_H #define GRIT_SCHNOZ_H #define schnozPalLen 16 extern const unsigned short schnozPal[8]; #endif // GRIT_SCHNOZ_H //}}BLOCK(schnoz)