Coder Social home page Coder Social logo

Comments (6)

paulb-nl avatar paulb-nl commented on August 30, 2024 3

Finally figured it out. It happens when only the OBJ layer is enabled.

gba_drawer_obj sets busy to 0 when it is done with OAMFetch and because there are no other layers the merging and clearing of the linebuffers begins. However the last pixel of sprite 126 and complete sprite 127 still have to be written but they are blocked because clearing has started.

from gba_mister.

RobertPeip avatar RobertPeip commented on August 30, 2024 1

i committed the fix, please recheck

from gba_mister.

James-F2 avatar James-F2 commented on August 30, 2024

Also in that particular Mona demo, I see a single cloud flickering.
Maybe layer priority issue?

cloud flicker

from gba_mister.

paulb-nl avatar paulb-nl commented on August 30, 2024

There are also other sprites that flicker and they all have in common that they are the last sprite in OAM.

The sprite data position is alternating every frame so first they are at the beginning of OAM and the next frame at the end. I assume that the sprite disappears when it's at the end of OAM. But there are other sprites that do not flicker which are the end of OAM so it is not just that.

Another issue is that the top of the dogs head during the intro disappears when it zooms in but I found the fix for that already.

from gba_mister.

RobertPeip avatar RobertPeip commented on August 30, 2024

Great find Paul, thanks a lot. I don't see how this could fix this effects here, but i will fix the problem and we will see.

from gba_mister.

James-F2 avatar James-F2 commented on August 30, 2024

All fixed.
Amazing work Paul and Robert !
I'm closing this.

from gba_mister.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.