-
Notifications
You must be signed in to change notification settings - Fork 0
/
menuBack.c
40 lines (32 loc) · 931 Bytes
/
menuBack.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
/*
MENUBACK.C
Map Source File.
Info:
Section :
Bank : 0
Map size : 20 x 18
Tile set : C:\Codigo\gbarcade\raw files\menu.gbr
Plane count : 0.5 plane (4 bits)
Plane order : Tiles are continues
Tile offset : 3
Split data : No
This file was generated by GBMB v1.8
*/
#define boxWidth 20
#define boxHeight 18
#define boxBank 0
unsigned char box[] =
{
0x45,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,
0x59,0x7C,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,
0xCC,0xC8,0x7C,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,
0xCC,0xCC,0xC8,0x7C,0xCC,0xCC,0xCC,0xCC,0xCC,
0xCC,0xCC,0xCC,0xC8,0x7C,0xCC,0xCC,0xCC,0xCC,
0xCC,0xCC,0xCC,0xCC,0xC8,0x7C,0xCC,0xCC,0xCC,
0xCC,0xCC,0xCC,0xCC,0xCC,0xC8,0x7C,0xCC,0xCC,
0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xC8,0x7C,0xCC,
0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xC8,0x7C,
0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xC8,
0x7C
};
/* End of MENUBACK.C */