Are you trying to combine these sprites with those already existing on another page? If so, you can't use LOAD because that will erase everything already on the destination page; you'll have to find the top-left coordinate of the region you want to copy, then the bottom-right, put those in GCOPY, and set a different destination page and the X and Y coordinates of where you want it.