You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aseprite can export a png sprite sheet, but msxbas2rom prefers to import binary hexadecimal files (compressed with pletter). This would be the most convenient way to work with sprites if we had such a tool.
Similar code examples exist, so it should not be too complicated to do
Combine the PNG reader for sprites from RetroDeluxe and the hex output from nMSXTiles into a command line tool that reads a png and creates a sprite sheet, actually, nMSXTiles does png parsing too
Aseprite can export a png sprite sheet, but msxbas2rom prefers to import binary hexadecimal files (compressed with pletter). This would be the most convenient way to work with sprites if we had such a tool.
Similar code examples exist, so it should not be too complicated to do
Combine the PNG reader for sprites from RetroDeluxe and the hex output from nMSXTiles into a command line tool that reads a png and creates a sprite sheet, actually, nMSXTiles does png parsing too
https://github.com/pipagerardo/nMSXtiles/blob/master/src/cscreenw.cpp
https://github.com/retrodeluxe/rlengine-msx/blob/master/tools/png2header.c
The text was updated successfully, but these errors were encountered: