1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Add fixed Lynx sprite generation

This commit is contained in:
karri 2022-12-30 12:21:49 +02:00
parent aed6591b19
commit b4aa853e6f

View File

@ -54,9 +54,9 @@
StrBuf* GenLynxSprite (const Bitmap* B, const Collection* A);
/* Generate binary output in packed Lynx sprite format for the bitmap B. The output
** is stored in a string buffer (which is actually a dynamic char array) and
** returned.
/* Generate binary output in packed Lynx sprite format for the bitmap B.
** The output is stored in a string buffer (which is actually a dynamic
** char array) and returned.
*/