Nav apraksta

met_foreground.h 936B

1234567891011121314151617181920212223242526272829303132
  1. //{{BLOCK(met_foreground)
  2. //======================================================================
  3. //
  4. // met_foreground, 256x160@4,
  5. // + palette 18 entries, lz77 compressed
  6. // + 140 tiles (t|f reduced) lz77 compressed
  7. // + regular map (flat), lz77 compressed, 32x20
  8. // Total size: 36 + 2356 + 464 = 2856
  9. //
  10. // Time-stamp: 2017-08-31, 14:41:55
  11. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  12. // ( http://www.coranac.com/projects/#grit )
  13. //
  14. //======================================================================
  15. #ifndef GRIT_MET_FOREGROUND_H
  16. #define GRIT_MET_FOREGROUND_H
  17. #define met_foregroundTilesLen 2356
  18. extern const unsigned int met_foregroundTiles[589];
  19. #define met_foregroundMapLen 464
  20. extern const unsigned short met_foregroundMap[232];
  21. #define met_foregroundPalLen 36
  22. extern const unsigned short met_foregroundPal[18];
  23. #endif // GRIT_MET_FOREGROUND_H
  24. //}}BLOCK(met_foreground)