Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cromFFBlankGenerator causes many wasted tiles in the CROM #18

Open
city41 opened this issue Nov 18, 2023 · 0 comments
Open

cromFFBlankGenerator causes many wasted tiles in the CROM #18

city41 opened this issue Nov 18, 2023 · 0 comments

Comments

@city41
Copy link
Owner

city41 commented Nov 18, 2023

The eyecatcher needs the tile at 0xff to be blank. This is done by adding cromFFBlankGenerator to the generators in cromOrchestrate. Which is fine and correct.

But later on in CROM positioning, Math.max is used to find the last already positioned tile, and then the rest of the tiles are dumped from there. That causes these tiles to get dumped at 256 on, and leaves a big gap in the CROM

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant