Sprite Hitbox help-click area is offset

Hello! I tried google but I couldn’t find anything. In my game, half the time the click box on my sprites are off. They use identical code, so there should be no reason for them to do this while the others don’t. I have it set to change frames when the mouse hovers over, but for some reason it only activates when the mouse is on the bottom right corner of the sprite. Is this a bug? How can I fix it? thanks

Does the sprite have a large transparent area around it? Perhaps that is making the collision box be on the wrong place.

Could be something else too, of course.