Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 5, 2016 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/41e327bb598c3269af5803c30dd40cb7 to your computer and use it in GitHub Desktop.
Save videlais/41e327bb598c3269af5803c30dd40cb7 to your computer and use it in GitHub Desktop.
helloWorld.c for GBDK
/*
HELLOWORLD.C
Map Source File.
Info:
Section :
Bank : 0
Map size : 10 x 2
Tile set : alpha.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 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment