So I was working on the map in PICO-8 when I found some tiles I never placed, so I started erasing them. Later I saw a chunk of my spritesheet was erased, so I fixed that manually. Later the same thing happened and found that the tiles are related to the colors in the sprites. Why is this?

P#64747 2019-05-25 20:40
:: Firebird
1
I believe there are certain portions of the map and sprite sheet that share the same memory space. This is to cut down on memory size. If you want more sprites then you have to decrease your map or vice versa. I'm not sure exactly where the shared space starts, but I think it is the last, or maybe last two, sprite page(s). Have a look at the manual for more information.
P#64749 2019-05-25 21:21
[Please log in to post a comment]



