You could load the spritesheet that you need on a graphic page that you aren't using ex: LOAD"GRP2:EX",0 Then use GCOPY to copy the sprites you need. ex GCOPY 2,0,0,16,16,0,0,True at least, that's one way.