Documentations, enums and clean ups

This commit is contained in:
Anders Jenbo 2019-10-21 00:51:47 +02:00
commit 2348c3a8fd
17 changed files with 521 additions and 108 deletions

View file

@ -5191,6 +5191,10 @@ void drawLowerScreen(BYTE *pBuff)
}
}
/**
* @brief Render a black tile
* @param pBuff pointer where to render the tile
*/
void world_draw_black_tile(BYTE *pBuff)
{
BYTE *dst;