123456789101112131415161718192021222324 |
-
- //{{BLOCK(emot_arrows)
-
- //======================================================================
- //
- // emot_arrows, 16x96@4,
- // + 24 tiles not compressed
- // Total size: 768 = 768
- //
- // Time-stamp: 2017-08-31, 14:41:54
- // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
- // ( http://www.coranac.com/projects/#grit )
- //
- //======================================================================
-
- #ifndef GRIT_EMOT_ARROWS_H
- #define GRIT_EMOT_ARROWS_H
-
- #define emot_arrowsTilesLen 768
- extern const unsigned int emot_arrowsTiles[192];
-
- #endif // GRIT_EMOT_ARROWS_H
-
- //}}BLOCK(emot_arrows)
|