ror is a bitwise shift, short for ROtate Right. The SNES also contains the instruction rol for ROtate Left.
These commands shift all bits one position left or right, with the highest (left-most) or lowest (right-most) being shifted into the carry flag, and the carry flag being shifted to the lowest or highest bit.
Then there's this bit of code.
ror $00A2 ; Default item behavior
That's not going to be the default. It's a weird snippet.