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

Donkey Kong Country problems with rendering sprites #76

Open
ESPboy-edu opened this issue Dec 21, 2022 · 1 comment
Open

Donkey Kong Country problems with rendering sprites #76

ESPboy-edu opened this issue Dec 21, 2022 · 1 comment
Labels
bug Something isn't working diff: complex A difficult issue; may require significant planning.

Comments

@ESPboy-edu
Copy link

  1. jumping up from the palm tree we can see few Y lines where sprites (banana and kong) does not renders
  2. staying near the jumping crocodile we can see that croco sprite renders partially
  3. riding on the rhinoceros we can see lot of problems of sprites rendering (rhino, monkey/kong on the rhino and enemies)
    (using last peanut-gb commit)
@deltabeard deltabeard added bug Something isn't working diff: complex A difficult issue; may require significant planning. labels Dec 26, 2022
@deltabeard
Copy link
Owner

I suspect that this is because Peanut-GB renders a line at a time, which is inaccurate because the game may be changing the state of the LCD and OAM during the rendering of the line. I have yet to investigate, but I may look into changing the PPU to render a few pixels at a time to fix issues like this. I think that this issue is also related to #73, in that the state of the LCD may be changing after HBLANK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working diff: complex A difficult issue; may require significant planning.
Projects
None yet
Development

No branches or pull requests

2 participants