Ingen beskrivning

met_background.c 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //{{BLOCK(met_background)
  2. //======================================================================
  3. //
  4. // met_background, 256x160@4,
  5. // Transparent color : 00,FF,00
  6. // + palette 6 entries, lz77 compressed
  7. // + 2 tiles (t|f reduced) lz77 compressed
  8. // + regular map (flat), lz77 compressed, 32x20
  9. // Total size: 12 + 20 + 164 = 196
  10. //
  11. // Time-stamp: 2017-01-01, 21:27:37
  12. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  13. // ( http://www.coranac.com/projects/#grit )
  14. //
  15. //======================================================================
  16. const unsigned int met_backgroundTiles[5] __attribute__((aligned(4)))=
  17. {
  18. 0x00004010,0xF0000033,0x11059001,0x9001F011,0xF001F005,
  19. };
  20. const unsigned short met_backgroundMap[82] __attribute__((aligned(4)))=
  21. {
  22. 0x0010,0x0005,0x013F,0xF000,0xF001,0xF001,0xF001,0xF001,
  23. 0xF001,0xFB01,0x01F0,0x01F0,0x01F0,0x01F0,0x0770,0xF000,
  24. 0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,
  25. 0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,0xF001,0xF001,
  26. 0xF001,0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,
  27. 0x01F0,0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,0xF001,
  28. 0xF001,0xF001,0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,
  29. 0x01F0,0x01F0,0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,
  30. 0xF001,0xF001,0xF001,0xA001,0xFF05,0x91F3,0x01F0,0x01F0,
  31. 0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,0xF0E0,0xF001,0x9401,
  32. 0x003F,0x0000,
  33. };
  34. const unsigned short met_backgroundPal[6] __attribute__((aligned(4)))=
  35. {
  36. 0x2010,0x0000,0x0030,0xF000,0x9001,0x0001,
  37. };
  38. //}}BLOCK(met_background)