-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitle_art.c
75 lines (63 loc) · 2.12 KB
/
title_art.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
72
73
74
75
/*
TITLE_ART.C
Map Source File.
Info:
Section :
Bank : 0
Map size : 9 x 9
Tile set : square.gbr
Plane count : 1 plane (8 bits)
Plane order : Tiles are continues
Tile offset : 0
Split data : No
This file was generated by GBMB v1.8
*/
#define heartWidth 9
#define heartHeight 9
#define heartBank 0
const unsigned char heart[] =
{
0x00,0x00,0x00,0x06,0x04,0x06,0x04,0x00,0x00,0x00,
0x00,0x00,0x05,0x01,0x01,0x01,0x04,0x00,0x00,0x06,
0x04,0x06,0x01,0x01,0x01,0x01,0x04,0x06,0x01,0x01,
0x01,0x01,0x01,0x01,0x01,0x07,0x05,0x01,0x01,0x01,
0x01,0x01,0x01,0x01,0x04,0x06,0x01,0x01,0x01,0x01,
0x01,0x01,0x01,0x07,0x05,0x01,0x01,0x01,0x01,0x01,
0x01,0x01,0x04,0x00,0x05,0x01,0x01,0x01,0x01,0x01,
0x01,0x07,0x00,0x00,0x05,0x07,0x05,0x07,0x05,0x07,
0x00
};
#define smileWidth 10
#define smileHeight 10
#define smileBank 0
const unsigned char smile[] =
{
0x00,0x00,0x00,0x06,0x04,0x06,0x04,0x00,0x00,0x00,
0x00,0x00,0x06,0x01,0x0B,0x09,0x01,0x04,0x00,0x00,
0x00,0x06,0x01,0x01,0x08,0x1B,0x15,0x01,0x04,0x00,
0x06,0x01,0x0B,0x09,0x01,0x14,0x16,0x01,0x01,0x04,
0x05,0x01,0x08,0x1B,0x15,0x01,0x01,0x0B,0x09,0x07,
0x06,0x01,0x01,0x14,0x16,0x01,0x0B,0x02,0x0A,0x04,
0x05,0x01,0x01,0x0B,0x09,0x0B,0x02,0x0A,0x01,0x07,
0x00,0x05,0x01,0x08,0x0A,0x08,0x0A,0x01,0x07,0x00,
0x00,0x00,0x05,0x07,0x05,0x01,0x01,0x07,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x05,0x07,0x00,0x00,0x00
};
#define skullWidth 11
#define skullHeight 10
#define skullBank 0
const unsigned char skull[] =
{
0x00,0x00,0x00,0x06,0x04,0x06,0x04,0x00,0x00,0x00,
0x00,0x00,0x00,0x06,0x01,0x07,0x05,0x01,0x04,0x00,
0x00,0x00,0x00,0x06,0x01,0x01,0x04,0x0F,0x09,0x01,
0x04,0x00,0x00,0x06,0x01,0x07,0x05,0x01,0x08,0x0A,
0x01,0x01,0x04,0x00,0x05,0x01,0x04,0x0F,0x09,0x07,
0x05,0x01,0x01,0x01,0x04,0x06,0x01,0x01,0x08,0x0A,
0x04,0x06,0x01,0x07,0x05,0x07,0x05,0x01,0x01,0x01,
0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x05,0x01,
0x01,0x01,0x01,0x07,0x05,0x07,0x00,0x00,0x00,0x00,
0x05,0x07,0x05,0x01,0x04,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x05,0x07,0x00,0x00,0x00,0x00
};
/* End of TITLE_ART.C */