gbdk_playground/z_gbdk_playground_original/simple_shmup/spr_tiles.h

32 lines
561 B
C

/*
SPR_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 2
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 SpriteTilesBank 0
/* Start of tile array. */
extern unsigned char SpriteTiles[];
/* End of SPR_TILES.H */