Since the spritesheet and map share memory I got inspired to make a demo of how to use MSET to edit sprites in the sheet. Essentially I'm changing the bottom part of the map to edit the sprites that are located in page 3 of the sheet.
I'm sure this has been done before, so I did it mostly for my own entertainment. Feel free to copy this if you have a need for this kind of functionality!
(This is not a playable game.)
Cheers
// Jens
This is really cool! I will definitely use this for future games!
Im 13 and I was inspired by minecraft to make my own games so thank you.
is it doing something more than sset() & sget()? you can also peek() and poke() from 0x0000 to 0x1FFF.
those animated tiles are nice otherwise.
Hehe no that's exactly what it does.
I don't know what peek and poke does, though... I'm still new to pico.
There's a good explanation on the wiki of how to manipulate memory with peek() and poke().
[Please log in to post a comment]