No Description

met_sky.c 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. //{{BLOCK(met_sky)
  2. //======================================================================
  3. //
  4. // met_sky, 256x160@4,
  5. // + palette 14 entries, lz77 compressed
  6. // + 25 tiles (t|f reduced) lz77 compressed
  7. // + regular map (flat), lz77 compressed, 32x20
  8. // Total size: 28 + 204 + 240 = 472
  9. //
  10. // Time-stamp: 2017-01-01, 21:27:37
  11. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  12. // ( http://www.coranac.com/projects/#grit )
  13. //
  14. //======================================================================
  15. const unsigned int met_skyTiles[51] __attribute__((aligned(4)))=
  16. {
  17. 0x00032010,0xF0000033,0x33059001,0x2001F033,0x3332010D,0x23232333,0xBD19F023,0xF0321E60,
  18. 0xF040B01F,0x325E801F,0xF0E03FF0,0x601EF07F,0x23332308,0x30E13232,0x90471001,0x22232207,
  19. 0xDF015022,0x0F001FF0,0xF0217022,0x803F001F,0xDF1FF040,0x3FA00F10,0x90A71022,0xF07F9007,
  20. 0x7B3D003B,0x70010032,0x8001F0A2,0x01002106,0x50880730,0x1122220F,0x11210F30,0x12123712,
  21. 0x276031F0,0xF01E0021,0x0757601F,0x12122212,0xF0565021,0x363A0001,0x01302121,0x40116710,
  22. 0x210FF007,0xF06720FC,0xF00F5007,0x20079015,0x3F121157,0x01F01111,0x31200D20,0x1F801FF0,
  23. 0x11789C10,0x01F04300,0x01F001F0,
  24. };
  25. const unsigned short met_skyMap[120] __attribute__((aligned(4)))=
  26. {
  27. 0x0010,0x0005,0x003F,0xF010,0xF001,0xF001,0xF001,0xF001,
  28. 0xF001,0xF801,0x01F0,0x01F0,0x01F0,0x01F0,0x0770,0x1001,
  29. 0x3402,0x0310,0x05F0,0x05A0,0x0004,0x0515,0x0210,0x1402,
  30. 0x1401,0x1403,0x0570,0x8306,0x4D20,0x1007,0x1008,0xF009,
  31. 0xA005,0x4005,0x000A,0x0B15,0x0810,0x0714,0x2B14,0x1409,
  32. 0x0570,0x200C,0x0D8D,0x01F0,0x01F0,0xF0E3,0x2001,0x100D,
  33. 0x0ECD,0x0F10,0x01F0,0x0B40,0x101C,0x1110,0x01F0,0x0780,
  34. 0x0D11,0x1012,0x1361,0x01F0,0x0B40,0x1014,0x1413,0x01F0,
  35. 0x70C6,0x1107,0x154D,0x1610,0x01F0,0x0B40,0x1D17,0x1610,
  36. 0xF014,0x7001,0x1107,0x188D,0x01F0,0xF0FF,0xF001,0x2001,
  37. 0xF00D,0xF03F,0xF001,0xF001,0xF03F,0xFF01,0x01F0,0x01F0,
  38. 0x3FF0,0x01F0,0x01F0,0x3FF0,0x01F0,0x01F0,0xF0FF,0xF001,
  39. 0xF03F,0xF001,0xF001,0xF03F,0xF015,0xF001,0xFF01,0x3FF0,
  40. 0x01F0,0x01F0,0x3FF0,0x01F0,0x01F0,0x01F0,0x01F0,0xF0FE,
  41. 0xF001,0xF001,0xF001,0xF001,0xF001,0xB001,0x1003,0x0000,
  42. };
  43. const unsigned short met_skyPal[14] __attribute__((aligned(4)))=
  44. {
  45. 0x2010,0x0000,0x0000,0x9602,0x747F,0x517F,0x007F,0x7FFE,
  46. 0x7F9C,0x7F7A,0x0000,0xD080,0x1101,0x1111,
  47. };
  48. //}}BLOCK(met_sky)