No Description

cassette.h 703B

12345678910111213141516171819202122232425262728
  1. //{{BLOCK(cassette)
  2. //======================================================================
  3. //
  4. // cassette, 64x32@4,
  5. // + palette 16 entries, not compressed
  6. // + 32 tiles Metatiled by 8x4 not compressed
  7. // Total size: 32 + 1024 = 1056
  8. //
  9. // Time-stamp: 2014-11-15, 17:51:46
  10. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  11. // ( http://www.coranac.com/projects/#grit )
  12. //
  13. //======================================================================
  14. #ifndef GRIT_CASSETTE_H
  15. #define GRIT_CASSETTE_H
  16. #define cassetteTilesLen 1024
  17. extern const unsigned short cassetteTiles[512];
  18. #define cassettePalLen 32
  19. extern const unsigned short cassettePal[16];
  20. #endif // GRIT_CASSETTE_H
  21. //}}BLOCK(cassette)