docs: name 0x00743ec0 in the W3 predictions -- clean_room_check rejected the raw identifier

The prediction text is unchanged; only the decompiler-style identifier is replaced with the name
lane E3 had already recorded for it. Rule 13's gate did exactly its job on a doc that had been
committed before the build.
This commit is contained in:
alex 2026-09-08 16:39:23 -04:00
parent 9e914ef358
commit ca1b8c2cba

View file

@ -57,7 +57,8 @@ predicate, and on this save the predicate has **exactly one** solution.
`TShn == 3` in its high half-word (`(value >> 16) == 3`). `turn3-state.sav` carries `TShn = 3` for `TShn == 3` in its high half-word (`(value >> 16) == 3`). `turn3-state.sav` carries `TShn = 3` for
Spica, so this is a prediction against a known post-state, not against the run. Spica, so this is a prediction against a known post-state, not against the run.
**P1.2** The trapping EIP is **not** in `FUN_00743ec0` (the `ltis` writer, driver phase 29) and **P1.2** The trapping EIP is **not** in `ServerSystem::UpdateLastObservedTurn` `0x00743ec0` (the
`ltis` writer, driver phase 29) and
**not** in `ServerSystem::RecordObservation 0x00756300` (which writes `NVE`, at `+0x284`). Spica's **not** in `ServerSystem::RecordObservation 0x00756300` (which writes `NVE`, at `+0x284`). Spica's
`ltis` is `0x7fffffff` in all three ref saves — never written — while its `TShn` moves every turn, `ltis` is `0x7fffffff` in all three ref saves — never written — while its `TShn` moves every turn,
so the two cannot share a writer. so the two cannot share a writer.