Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created July 1, 2019 02:47
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 fu-sen/92a42db612925c75fdab1f2d422b4d15 to your computer and use it in GitHub Desktop.
Save fu-sen/92a42db612925c75fdab1f2d422b4d15 to your computer and use it in GitHub Desktop.
z88dk sprite sample 8x8
char sprite[] = { 8, 8,
0x0e /* ....###. */,
0x1d /* ...###.# */,
0x1f /* ...##### */,
0x1f /* ...##### */,
0x0e /* ....###. */,
0x08 /* ....#... */,
0x10 /* ...#.... */,
0xe0 /* ###..... */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment