| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
-
- //{{BLOCK(met_background)
-
- //======================================================================
- //
- // met_background, 256x160@4,
- // Transparent color : 00,FF,00
- // + palette 6 entries, lz77 compressed
- // + 2 tiles (t|f reduced) lz77 compressed
- // + regular map (flat), lz77 compressed, 32x20
- // Total size: 12 + 20 + 164 = 196
- //
- // Time-stamp: 2017-01-01, 21:27:37
- // Exported by Cearn's GBA Image Transmogrifier, v0.8.6
- // ( http://www.coranac.com/projects/#grit )
- //
- //======================================================================
-
- const unsigned int met_backgroundTiles[5] __attribute__((aligned(4)))=
- {
- 0x00004010,0xF0000033,0x11059001,0x9001F011,0xF001F005,
- };
-
- const unsigned short met_backgroundMap[82] __attribute__((aligned(4)))=
- {
- 0x0010,0x0005,0x013F,0xF000,0xF001,0xF001,0xF001,0xF001,
- 0xF001,0xFB01,0x01F0,0x01F0,0x01F0,0x01F0,0x0770,0xF000,
- 0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,
- 0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,0xF001,0xF001,
- 0xF001,0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,
- 0x01F0,0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,0xF001,
- 0xF001,0xF001,0xF001,0xFF01,0x01F0,0x01F0,0x01F0,0x01F0,
- 0x01F0,0x01F0,0x01F0,0x01F0,0xF0FF,0xF001,0xF001,0xF001,
-
- 0xF001,0xF001,0xF001,0xA001,0xFF05,0x91F3,0x01F0,0x01F0,
- 0x01F0,0x01F0,0x01F0,0x01F0,0x01F0,0xF0E0,0xF001,0x9401,
- 0x003F,0x0000,
- };
-
- const unsigned short met_backgroundPal[6] __attribute__((aligned(4)))=
- {
- 0x2010,0x0000,0x0030,0xF000,0x9001,0x0001,
- };
-
- //}}BLOCK(met_background)
|