No Description

mug_09.c 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //{{BLOCK(mug_09)
  2. //======================================================================
  3. //
  4. // mug_09, 32x32@4,
  5. // + palette 16 entries, not compressed
  6. // + 16 tiles lz77 compressed
  7. // Total size: 32 + 468 = 500
  8. //
  9. // Time-stamp: 2017-08-26, 23:31:20
  10. // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
  11. // ( http://www.coranac.com/projects/#grit )
  12. //
  13. //======================================================================
  14. const unsigned int mug_09Tiles[117] __attribute__((aligned(4)))=
  15. {
  16. 0x00020010,0xE000002A,0x13001001,0x35060051,0x330A00A0,0x21111130,0x02554310,0x33445115,
  17. 0x03005533,0x03208353,0x45333335,0x001F3034,0x12210044,0x12150011,0x53001355,0x33433321,
  18. 0x16333125,0x00321333,0x1F603228,0xA9016750,0x00147000,0x08005474,0x7D100254,0x6300516D,
  19. 0x00520310,0x206F106B,0x20227700,0x13730055,0x47005300,0x10546C45,0x45040070,0x01207D00,
  20. 0x21003311,0x67227772,0x0071AAA6,0x33B7BAA6,0x33531253,0x44221300,0x31762144,0x68620013,
  21. 0x89867217,0x99008676,0x99986689,0x009AAAA8,0x54C7BA99,0x35000023,0x33030082,0x11000071,
  22. 0x15070310,0x00720000,0x7B001777,0x508C001A,0x205E0010,0x35410310,0x32000053,0x17005444,
  23. 0x14003333,0x00133170,0x8B001121,0x86007311,0x8A73B776,0x00A1B1D8,0xEA98896A,0xFA9999AE,
  24. 0x88997F00,0x6998A771,0x6A220021,0xAA221188,0x99009C86,0x9998B776,0x0099B1D6,0x99688899,
  25. 0x99A86999,0x76868900,0x27686BBC,0x76860066,0x27A68812,0x21081731,0x00A70000,0x023AE703,
  26. 0x37FF0000,0x13770002,0x8720A807,0x33870021,0x3120FF20,0x12001900,0x00060033,0x00445577,
  27. 0x00330099,0x00127AA0,0x2600998A,0x289998A0,0x006A1533,0x62343366,0x62354566,0x13356600,
  28. 0x21336667,0x318604A6,0x00886A71,0x003388EC,0x7A862133,0x76531227,0x33122200,0x31227766,
  29. 0x7A680A86,0xF8006A17,0x880400A8,0x86A68800,0x6A688886,0x00250033,0x00744500,0x10E45300,
  30. 0x00EC01F7,0x01A900FE,0x100A99F4,0x00860000,0x0000000C,
  31. };
  32. const unsigned short mug_09Pal[16] __attribute__((aligned(4)))=
  33. {
  34. 0x7FE0,0x28C3,0x1863,0x5167,0x6E2B,0x61CA,0x25B5,0x0000,
  35. 0x363A,0x5B3E,0x1D0C,0x7FBD,0x6292,0x4525,0x28FA,0x1C71,
  36. };
  37. //}}BLOCK(mug_09)