The only place interrupt 0 is predefined is in the example sketch:
RemoteReceiver::start(0);
By default, the library allows you to pass the interrupt number to RemoteReceiver::start(). So if you want to use a different interrupt number then you only need to change that line of the sketch.