Nessuna descrizione

mug_01.c 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //{{BLOCK(mug_01)
  2. //======================================================================
  3. //
  4. // mug_01, 32x32@4,
  5. // + palette 16 entries, not compressed
  6. // + 16 tiles lz77 compressed
  7. // Total size: 32 + 400 = 432
  8. //
  9. // Time-stamp: 2017-01-01, 14:21:14
  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_01Tiles[100] __attribute__((aligned(4)))=
  15. {
  16. 0x00020010,0xF0000034,0x10078001,0x11111370,0x44110000,0x42441041,0x42410021,0x22412442,
  17. 0x21482422,0x11000300,0x00321900,0x12240000,0x41220011,0x22040314,0x22311142,0x22220400,
  18. 0x2244441D,0x53F00400,0x00010B30,0x30345512,0x1D004116,0x226A0021,0x302903B0,0x41030024,
  19. 0x24426300,0x22005000,0x42124224,0x00344241,0x34441342,0x13315514,0x75666100,0x79385177,
  20. 0x242222AA,0x42211B00,0x11900044,0x44134400,0x11133314,0x35550041,0x66571111,0x86041333,
  21. 0x31113593,0x43149F00,0x41BA0090,0x31BE0034,0x50144100,0x01C90031,0x0003CD00,0x036A3111,
  22. 0x9D00D820,0x30A10013,0x0100A5F0,0xA8335100,0x004171AA,0xA7AA2003,0xA7640320,0x0010AAAA,
  23. 0x10555A75,0x21777751,0x77561400,0x15158337,0x5784041A,0x10AAAA67,0x00656703,0x33677AAA,
  24. 0x003677A7,0x13677700,0x14236703,0x33312F03,0x01313901,0x006A003D,0xA001F006,0x00600B30,
  25. 0x0000C612,0x0000D6B0,0x00DBBB00,0x00CBEEB0,0xBFEEE300,0xBFFEE300,0x4F012140,0x22212241,
  26. 0x21004443,0x21441C4C,0x0013BD44,0xEBCD4414,0xE3CD3333,0xCDEB6600,0x23BCDD63,0x73018042,
  27. 0x440BB144,0x00BCCB14,0xCCDCB144,0x3CDD6B31,0xCDCB3300,0xBDDBEEF3,0xDBEE0AEF,0x6A90FF3D,
  28. 0xBB77000B,0x000400C2,0xFEEE0059,0xAA032003,
  29. };
  30. const unsigned short mug_01Pal[16] __attribute__((aligned(4)))=
  31. {
  32. 0x7FE0,0x0C62,0x2928,0x0000,0x1CC5,0x2DD7,0x20CB,0x3E9B,
  33. 0x7FDE,0x76F5,0x5B5F,0x0848,0x15B6,0x1A9A,0x18D8,0x1090,
  34. };
  35. //}}BLOCK(mug_01)