-
Notifications
You must be signed in to change notification settings - Fork 0
/
endgame_tiles.h
39 lines (28 loc) · 896 Bytes
/
endgame_tiles.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
/*
* 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/.
*/
/*
ENDGAME_TILES.H
Include File.
Info:
Form : All tiles as one unit.
Format : Gameboy 4 color.
Compression : None.
Counter : None.
Tile size : 8 x 8
Tiles : 0 to 94
Palette colors : None.
SGB Palette : None.
CGB Palette : 1 Byte per entry.
Convert to metatiles : No.
This file was generated by GBTD v2.2
*/
/* Bank of tiles. */
#define endgametilesBank 0
/* CGBpalette entries. */
extern const unsigned char endgametilesCGB[];
/* Start of tile array. */
extern const unsigned char endgametiles[];
/* End of ENDGAME_TILES.H */