-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsprites.h
59 lines (54 loc) · 1.03 KB
/
sprites.h
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
// a 16x16 pixel metasprite
const unsigned char PlayerHeadSpr[]={
0, 0,0x00,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr1[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr2[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr3[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr4[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char BodySpr5[]={
0, 0,0x10,0,
//0, 8,0x10,0,
//8, 0,0x00,0|OAM_FLIP_H,
//8, 8,0x10,0|OAM_FLIP_H,
128
};
const unsigned char FoodSpr[]={
0, 0,0x01,1,
128
};