-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_map_sprite_tileset.c
71 lines (61 loc) · 2.13 KB
/
main_map_sprite_tileset.c
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
* StickGBC by Matt Comben is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit
* http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/
#pragma bank=4
/*
MAIN_MAP_SPRITE_TILESET.C
Tile Source File.
Info:
Form : All tiles as one unit.
Format : Gameboy 4 color.
Compression : None.
Counter : None.
Tile size : 8 x 8
Tiles : 0 to 13
Palette colors : Included.
SGB Palette : None.
CGB Palette : 1 Byte per entry.
Convert to metatiles : No.
This file was generated by GBTD v2.2
*/
/* CGBpalette entries. */
const unsigned char mainmapspritetilesCGB[] =
{
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x03,0x03,0x03,0x03,0x03,0x03
};
/* Start of tile array. */
const unsigned char mainmapspritetiles[] =
{
0x81,0x00,0x99,0x00,0xA5,0x18,0xC3,0x3C,
0x42,0x3C,0x24,0x18,0x18,0x00,0x00,0x00,
0x0F,0x00,0x18,0x00,0x24,0x18,0x42,0x3C,
0x42,0x3C,0x24,0x18,0x18,0x00,0x0F,0x00,
0x18,0x00,0x10,0x00,0x28,0x10,0x45,0x38,
0x03,0x7C,0x44,0x38,0x28,0x10,0x00,0x00,
0x18,0x18,0x7E,0x3C,0x7E,0x24,0x66,0x18,
0x24,0x18,0x3C,0x24,0x3C,0x3C,0x18,0x18,
0x00,0x00,0x0E,0x00,0x7E,0x66,0xE7,0xDB,
0xE7,0xDB,0x7E,0x66,0x0E,0x00,0x00,0x00,
0x1C,0x04,0x1E,0x0E,0x2F,0x17,0x47,0x3A,
0x83,0xFC,0xC4,0xB8,0xE8,0xD0,0xF0,0xF0,
0x30,0x30,0x7E,0x70,0x7A,0x54,0xEE,0xC0,
0x10,0x00,0xEE,0x00,0x20,0x00,0x60,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x03,0x03,0x07,0x04,0x0F,0x08,
0x0F,0x00,0x17,0x18,0x00,0x0F,0x08,0x07,
0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,
0x98,0x68,0x3C,0xC4,0x3E,0xC2,0x3E,0xC2,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x07,0x00,0x0F,0x08,0x07,0x08,0x07,
0x0F,0x08,0x0F,0x08,0x07,0x07,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3D,0x32,0x70,0x4F,0x70,0x4F,0x70,0x4F,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};
/* End of MAIN_MAP_SPRITE_TILESET.C */