-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeedpspritetiles.c
40 lines (31 loc) · 973 Bytes
/
speedpspritetiles.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
/*
SPEEDPSPRITETILES.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 4
Palette colors : None.
SGB Palette : None.
CGB Palette : None.
Convert to metatiles : No.
This file was generated by GBTD v2.2
*/
/* Start of tile array. */
const unsigned char speedpspritetiles[] =
{
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xFF,0xFF,0xFF,0x81,0xC3,0x81,0xC3,0x99,
0xC3,0x99,0xC3,0x81,0xFF,0x81,0xFF,0xFF,
0xFF,0xFF,0xFF,0x81,0xC3,0x81,0xC3,0x99,
0xC3,0x99,0xC3,0x99,0xC3,0x99,0xC3,0x99,
0xC3,0x99,0xC3,0x99,0xC3,0x99,0xC3,0x99,
0xC3,0x99,0xC3,0x99,0xC3,0x99,0xC3,0x99,
0x18,0x18,0x7E,0x66,0x7E,0x42,0xE7,0x99,
0xE7,0x99,0x7E,0x42,0x7E,0x66,0x18,0x18
};
/* End of SPEEDPSPRITETILES.C */