Recent content by BluFox

  1. B

    Homebrew Understanding libdns oamAllocateGfx

    Ah thanks, you are right. Showing my inexperience with C++ here haha.
  2. B

    Homebrew Understanding libdns oamAllocateGfx

    Hey all, I'm getting started with libdns and the sprites system. Trying to get a good understanding on what `oamAllocateGfx` does. My understanding is that the DS has memory banks which the sprite system / oam is able to reference for drawing sprites. And that you're options are to either dma...