Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 4, 2016 05:22
Embed
What would you like to do?
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