Log In  


Cart #screenshotsafe-0 | 2025-05-26 | Code ▽ | Embed ▽ | No License
1

When you want to export a sprite sheet in a binary cart, the export command doesn't work.
So you can get around that limitation by taking a screenshot at 1x scale.
extcmd seems to work!

You can use this technique if you want to use a drawing program or sprite generation tool in a binary cart.

memcpy(0x6000,0,0x2000) --sprite-sheet to screen
extcmd('set_filename','spritesheet')
extcmd('screen',1) --[x1]scale screenshot
1



[Please log in to post a comment]