Recent content by Jotalinho

  1. Jotalinho

    oamSet function inside For Loops

    Hi everyone! I've been developing a really simple NDS game that spawns several fireballs on the screen. The game works wonderfully using the MelonDS emulator, but when I test it using an actual NDS, the game just freezes immediately. I tried removing the code that renders the fireballs and the...
  2. Jotalinho

    devkitPro compiles examples but emulators show white screen.

    Hi there, I've been trying to compile the nds examples that come with devkitPro using msys2 but to no avail. When I use Make to compile, everything works, but when I try to test any of the examples on an emulator, the emulator only shows a white screen. I have made no changes to the devkitPro...