-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmega_trigger.c
More file actions
42 lines (36 loc) · 1.92 KB
/
mega_trigger.c
File metadata and controls
42 lines (36 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//{{BLOCK(mega_trigger)
//======================================================================
//
// mega_trigger, 32x32@4,
// + palette 16 entries, not compressed
// + 16 tiles lz77 compressed
// Total size: 32 + 224 = 256
//
// Time-stamp: 2015-06-23, 20:50:16
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned char mega_triggerTiles[224] __attribute__((aligned(4))) __attribute__((visibility("hidden")))=
{
0x10,0x00,0x02,0x00,0x3E,0x00,0x00,0xF0,0x01,0xF0,0x01,0xF0,0x01,0xF0,0x01,0xA0,
0x05,0x82,0x0A,0x00,0x20,0x88,0x88,0x00,0x02,0x88,0xC0,0x1B,0x20,0xFF,0x00,0x1A,
0x00,0x15,0x70,0x02,0xF0,0x3B,0xE0,0x01,0x00,0x33,0x00,0x4F,0x00,0x50,0x17,0x00,
0x00,0x80,0x00,0x4F,0x82,0x00,0x53,0x10,0x57,0x30,0x03,0x80,0x30,0x4C,0xF8,0x33,
0x88,0xF8,0xE3,0xEE,0x88,0x00,0x7F,0x77,0x37,0x38,0xAA,0x3A,0xA3,0xF8,0x00,0xDD,
0xD3,0x33,0xD3,0x3D,0x33,0xDD,0x63,0x15,0x36,0x33,0x33,0x10,0x6C,0x83,0x00,0x67,
0xFE,0x00,0x04,0x00,0x33,0xF7,0x88,0x88,0xA3,0xAA,0x83,0x88,0x00,0xD3,0xDD,0x8F,
0x88,0x33,0xDD,0x3D,0x88,0x1F,0x36,0x66,0x36,0xF0,0x7F,0xE0,0x01,0x70,0x6B,0x30,
0x7B,0x10,0x83,0xC0,0x10,0x8B,0x10,0x93,0x00,0x20,0xB3,0xBB,0xB3,0x3B,0x00,0x1F,
0x11,0x33,0x13,0x38,0x44,0x34,0x33,0x02,0xF8,0x55,0x35,0x35,0x88,0x9F,0x00,0x73,
0xF8,0x28,0xCF,0xCC,0x00,0x93,0xFF,0x10,0xE8,0x33,0xB3,0x3B,0x00,0x88,0x33,0x13,
0xF1,0x88,0x34,0x44,0x83,0x00,0x88,0x53,0x55,0x8F,0x88,0x99,0xF9,0x88,0x07,0x88,
0xFC,0x8F,0x88,0x88,0x00,0x02,0xF0,0xFF,0xF0,0x01,0xFF,0xF0,0x01,0xD1,0x1C,0x10,
0x43,0x01,0x6B,0x40,0x8F,0xF0,0xBD,0x91,0x6B,0x20,0x27,0xC0,0x20,0xBB,0x60,0x01,
};
const unsigned short mega_triggerPal[16] __attribute__((aligned(4))) __attribute__((visibility("hidden")))=
{
0x0000,0x2680,0x424F,0x18C6,0x0EC8,0x0B30,0x5E80,0x55B7,
0x31AA,0x0777,0x5DF0,0x4280,0x23BC,0x6644,0x55FC,0x18C7,
};
//}}BLOCK(mega_trigger)