Open
Description
Hello. I have a picture 256x448, i need to output two 256x224 tilemaps.
I don't use tile reduction, so the upper picture tileset is $7000 length, and the same for the lower.
I understand that a single tilemap cannot address 256x448, so i need two tilemaps of 256x224 each and using the common palette.
So i cannot split the image in two and edit two seperate images because it's the same image that will be scrolled.
During streaming tileset+tilemap data will be updated and the scroll register shifts. Pallete must be unchanged because it will be accessed from the remaining tiles.
Another solution would be to convert a 256x224 picture while using an input palette file from another picture.
Metadata
Metadata
Assignees
Labels
No labels