ssstolk

Results 3 comments of ssstolk

Yes and yes. Tried it with Metroid Pinball, which it was packaged with. ![Image](https://github.com/user-attachments/assets/6f431cba-ff54-483e-958a-ac3551a57939)

I am fairly confident my code is correct. I am updating my source code of the game Amplituds to work with a newer (though not yet 2.0) version of libnds....

Just to be complete, my code for loading a compressed file into VRAM was: ``` // BIOS Function helper int getSize(uint8 * source, uint16 * dest, uint32 r2) { u32...