Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 4, 2016 05:22
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/4a0e5d8c8513a2a5bb038eed47ed9c3f to your computer and use it in GitHub Desktop.
Save videlais/4a0e5d8c8513a2a5bb038eed47ed9c3f to your computer and use it in GitHub Desktop.
sprites.c for GBDK examples
unsigned char sprites[] =
{
0x7E,0x7E,0x81,0x81,0xA5,0xA5,0x81,0x81,
0x81,0x81,0xBD,0xBD,0x81,0x81,0x7E,0x7E,
0x7E,0x7E,0x81,0x81,0xA5,0xA5,0x81,0x81,
0x99,0x99,0xA5,0xA5,0x81,0x81,0x7E,0x7E
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment