move project to this repo

This commit is contained in:
Norman Bos
2024-04-08 23:56:20 +02:00
parent 662a1edce4
commit aa42870720
35 changed files with 1858 additions and 3 deletions
+31
View File
@@ -0,0 +1,31 @@
/*
ALPHABET.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 47
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 alphabetBank 0
/* Start of tile array. */
extern unsigned char alphabet[];
/* End of ALPHABET.H */