thezerothcat / LaMulanaRandomizer

Randomizer for La-Mulana Remake
https://github.com/thezerothcat/LaMulanaRandomizer/wiki
BSD 2-Clause "Simplified" License
51 stars 17 forks source link

Widen automatic grail tablet registration box #97

Open worsety opened 5 years ago

worsety commented 5 years ago

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.