Dilwyn Jones wrote: > Current Easyptr extensions don't seem to allow you to refer to a > sprite by filename and don't always work reliably with a name of an > appended definition! Try (I think it was) MITEM to assign a sprite to > a loose item or MINOB to assign an info object and you'll find that > you can only reliably get it work with something like the SPRA > function to locate the sprite in memory.
I am not completely sure what's your problem here. If everything using SPRA works then the same must work for sprites you load yourself. Just RESPR(/ALCHP) the memory and LBYTES the _spr file into it. The address you have now is as good as if it was returned by SPRA. Marcel
