RBC_INT only triggers on chages with PORTB<7:4>

For PORTB.0, you would use INT0_INT
PORTB.1 is INT1_INT

Each one should have it's own handler, so it automatically knows which pin triggered.
<br>