Hello everyone, how do I combat my sprite sheet, page 2 and 3, altering the lower part of the map, do they share the same data perhaps?
Is it not fixable at all? Please I am open to any response disappointing, or relieving. Thanks in advance.
Yes the bottom half of the map and spritesheet are the same memory region. (0x1000) You have to decide how you want to use the space.
For example if you want map space and sprite space you could split it in half with 3 screens-high of map space and just not using page "2" in the sprite editor.
You may be interested in the area of memory set aside for "General use/extended map" although it is not as simple to use, it may provide an necessary alternative.
https://pico-8.fandom.com/wiki/Memory#General_use_/_extended_map
[Please log in to post a comment]