HUD not redrawing after textbox & palette issues?

chronosv2

New member
For the first problem, the HUD doesn't automatically redraw when text goes away. That could be added in the code but at this point 4.1.0 is so close that it might not be needed. Even if it is though, shouldn't be too hard to force an update to the HUD.
As for the second problem, you're running into an attribute table issue -- the NES operates in 8x8 tiles, but on 16x16 blocks using the same palette... but 32x32 blocks for how the palette settings are stored. If you break the text box in the middle of an attribute group you get weird coloration.
Either make the text box one line taller or shorter.
 

dale_coop

Moderator
Staff member
Yeah there an issue when you set your textbox area on your HUD area. When the textbox disappears, the HUD is not redrawn.
I hope it will be fixed in a next update.
 
Top Bottom