This rom appears to have two routines that process two separate sets of readiness monitors. From what I can tell it looks like you would need to set them both to get the desired results.
This would go in the 32BITBASE.xml file:
Code:
<scaling name="ForcePassReadinessMonitors_AB" storagetype="bloblist">
<data name="disabled" value="60F0"/>
<data name="enabled" value="E000"/>
</scaling>
<table name="Force Pass Readiness Monitors A" category="OBD-II" type="1D" scaling="ForcePassReadinessMonitors_AB">
<description>Off-road and racing use only. Must NEVER be enabled on vehicles that will be driven on public roads.</description>
</table>
<table name="Force Pass Readiness Monitors B" category="OBD-II" type="1D" scaling="ForcePassReadinessMonitors_AB">
<description>Off-road and racing use only. Must NEVER be enabled on vehicles that will be driven on public roads.</description>
</table>
This would go in your Rom's XML file. AE5L500L.xml
Code:
<table name="Force Pass Readiness Monitors A" address="a6e62"/>
<table name="Force Pass Readiness Monitors B" address="a6b46"/>