0xb6 save points test x < lemeza_x + 20 < x + 40
0x14 detectors effectively test x + 10 < lemeza_x + 20 <= x + w*20 - 10
Moving the detector 10 pixels left and increasing the width to 60 would be precisely right except for the last subpixel on the right, but we're limited to multiples of 20 so I had to make it 80 wide.
0xb6 save points test x < lemeza_x + 20 < x + 40 0x14 detectors effectively test x + 10 < lemeza_x + 20 <= x + w*20 - 10 Moving the detector 10 pixels left and increasing the width to 60 would be precisely right except for the last subpixel on the right, but we're limited to multiples of 20 so I had to make it 80 wide.