There are large section of 'miples' BPRS tiles if default mapping is used: 3x80 tiles + 2x40 tiles=320 tiles, plus there is a lot of small mapping problems. Plots below are divided according to 4 BPRS crates - I assumed the bulk of mapping problems should be contained within single crate.
Fig 1, crate=0, Middle plot is after swap - was cured for soft id [1861-1900]
if(softID>=1861 && softID<=1880) softID+=20; else if(softID>=1881 && softID<=1900) softID-=20;
Fig2, crate=1, Middle plot is after swap - was cured for soft id [661-740]
if(softID>=661 && softID<=700) softID+=40; else if(softID>=701 && softID<=740) softID-=40;
Fig3, crate=2, Middle plot is after swap - was cured for soft id [4181-4220].
But swap in [2821-2900] is not that trivial - suggestions are welcome?
if(softID>=4181 && softID<=4220) softID+=40; else if(softID>=4221 && softID<=4260) softID-=40;
Fig4, crate=3, swap in [3781-3800] is not that trivial - suggestions are welcome?