Rainlan on the Pokemon RNG Discord noticed Emerald egg advances need redraws * 3 added to them to be correct. I tested and had the same results.
Advances are calculated here as initialAdvances + cnt - offset. offset is calculated here as calibration + 3 * redraw.
It seems like advances should be initialAdvances + cnt - calibration.
Rainlan on the Pokemon RNG Discord noticed Emerald egg advances need
redraws * 3added to them to be correct. I tested and had the same results.Advances are calculated here as
initialAdvances + cnt - offset.offsetis calculated here ascalibration + 3 * redraw.It seems like advances should be
initialAdvances + cnt - calibration.