Those are the sprites defined with SPDEF. If you call SPDEF number,X,Y,W,H then it will change the one in that number with image in coordinate (x,y) with size W,H of your sprite sheet. By default, all unused sprites are defined with SPDEF N,0,0,16,16.