move project to this repo
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
|
||||
UNDERWATER_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 40
|
||||
|
||||
Palette colors : None.
|
||||
SGB Palette : None.
|
||||
CGB Palette : None.
|
||||
|
||||
Convert to metatiles : No.
|
||||
|
||||
This file was generated by GBTD v2.2
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* Bank of tiles. */
|
||||
#define underwater_tilesBank 0
|
||||
/* Start of tile array. */
|
||||
extern unsigned char underwater_tiles[];
|
||||
|
||||
/* End of UNDERWATER_TILES.H */
|
||||
Reference in New Issue
Block a user