You can specify a custom width and height for a sprite with SPDEF. You'd specify the definition number, the starting coordinates (the top left corner) of the sprite on the graphics page and the width and height. Like this... SPDEF <DefNum>,<OriginX>,<OriginY>,<Width>,<Height>