You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 CROMThe text was updated successfully, but these errors were encountered: