To expand on this:
tick 1: at 48,24, move east to 49,24
tick 2: at 0,24, move east to 1,24
so you basically move 3 squares in 2 ticks... which makes me think that when I'm estimating distance to somewhere, instead of doing #rooms * 50, I should do #rooms * 49