Skip to content

need to output tilemap bigger than 256x224 or output two tilemaps #112

Open
@gizaha

Description

@gizaha

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions