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
+30
View File
@@ -0,0 +1,30 @@
/*
HELLOWORLD.C
Map Source File.
Info:
Section :
Bank : 0
Map size : 10 x 2
Tile set : C:\users\normanbos\Desktop\alphabet.gbr
Plane count : 1 plane (8 bits)
Plane order : Tiles are continues
Tile offset : 0
Split data : No
This file was generated by GBMB v1.8
*/
#define helloWorldWidth 10
#define helloWorldHeight 2
#define helloWorldBank 0
unsigned char helloWorld[] =
{
0x30, 0x30, 0x18, 0x15, 0x1C, 0x1C, 0x1F, 0x30, 0x30, 0x30,
0x30, 0x30, 0x27, 0x1F, 0x22, 0x1C, 0x14, 0x30, 0x30, 0x30};
/* End of HELLOWORLD.C */