Dooskington / GameLad

:tv: An (almost) fully featured Game Boy emulator.
MIT License
470 stars 33 forks source link

Dialogs in Zelda mess up #103

Closed TyrenDe closed 8 years ago

TyrenDe commented 8 years ago

Everything else seems fine, but load Zelda and page through dialogs and there are boxes on them where "black" space should be. The dialog is rendered by the background.

I did a quick test and "tinted" tileNumber 0x00. Oddly, there was one box (that matched theses) on the left side of the exit hallway. It tinted as expected.. but it was ALSO the same "box" that showed up in the dialogs and it was tinted too! So, I'm guessing these are not mapped correct.

Tinted hallway: image

Tinted dialog: image

TyrenDe commented 8 years ago

This appears fixed by pull request #104 image