What worked for me was in the event sheet I did...
System > Every tick > Set position of sprite to,
X: Sprite.ImagePointX(ImagePointYouWantToUse)
Y: Sprite.ImagePointY(ImagePointYouWantToUse)
Then I adjusted the image points accordingly, it's a little sketchy but it works.