Recent content by NotTheOnlyRph

  1. NotTheOnlyRph

    Hardware New 3DS not detecting Amiibos

    I know the thread is unused, but I wanted to say I had the same problem, and I just forgot to disable Wumiibo (a 3DS homebrew to emulate ammibos). This can be an issue for people wondering why it doesn't work.
  2. NotTheOnlyRph

    Hacking Emulation Doe these R4s have timebombs?

    This link should work for the kernel But you should still install Twilight Menu ++
  3. NotTheOnlyRph

    Hacking Emulation Doe these R4s have timebombs?

    Also, I do not recommend buying the second one. Having 7800 pirated games for some dollars more is a scam.
  4. NotTheOnlyRph

    Hacking Emulation Doe these R4s have timebombs?

    1st one : I'm not sure, but I think they have 2nd one : Totally. I have the same model with "2020" on it. It stopped working on January 2021. Selling a cheap R4 doesn't make many money, this is why they have it. You should install the Twilight Menu ++ on your flashcard...
  5. NotTheOnlyRph

    Homebrew Error 109 "Sprite GFX is already in use" when deleting sprite with NightFoxLib

    Hello guys, I am currently programming on the DS using LibNDS and NFlib, and when using the function NF_DeleteSprite(), i'm getting this error message: Here's the code: // Includes C++ #include <stdio.h> #include <stdlib.h> #include <time.h> // Includes LibNDS #include <nds.h> #include...
  6. NotTheOnlyRph

    Sprites not showing even though everything seems to be fine (using NightFox's Lib)

    Maybe your sprite is the problem. You should try to compile the example in "graphics/sprites" by replacing the "bola" sprite by yours and changing his size to your sprite's size.
  7. NotTheOnlyRph

    Homebrew Having issues with grit

    Hello guys, I'm having issues with grit (GBA Image Transmogrifier). When I use the batch file to convert my background into ds sprites (.img, .pal and .map), it tells me this: Where's the problem? Thank you for helping :)