ssstolk
ssstolk
Yes and yes. Tried it with Metroid Pinball, which it was packaged with. 
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...