>>36443784Had an issue like what you're describing. I have an old choppy gif of the issue if it's like what you've got (pic related)
My code was:
map_data Route5, ROUTE_5, $05, NORTH
connection north, ROUTE_6, Route6, -8, 0, 12, ROUTE_5
And it was fixed by changing it to:
map_data Route5, ROUTE_5, $05, NORTH
connection north, ROUTE_6, Route6, 0, 8, 12, ROUTE_5
There'll be some trial and error but that's just how it goes.