Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Well, you should remember there can be only 32 (0x20) slots per bus. I take your numbers are given in hexadecimal? If so, they're obviously overflowing into the bus number. The address (bus 2, slot 0x01) is basically the same as both (2, 0x41) and (0, 0x41). Same goes for (1, 0x00), (1, 0x20) and (0, 0x20).