diff --git a/docs/re/ui-paint-order-third-permutation.md b/docs/re/ui-paint-order-third-permutation.md index fcf2569..8068813 100644 --- a/docs/re/ui-paint-order-third-permutation.md +++ b/docs/re/ui-paint-order-third-permutation.md @@ -59,6 +59,17 @@ script runs without `set -e`, so the call failed silently and the title branch pressed **nothing** while still `exit 0` — reporting "TITLE → A" with the game sitting on the title. Now presses through `pad.py` and exits 6 if that fails. +The boot log states it outright, which is the only reason it was caught: + +``` +movie (rmse 1662) at 434s -> skip A +tools/re-capture/skip_intro.sh: line 44: vgamepad: command not found +``` + +Every "-> skip A" and every "TITLE -> A" this harness has ever printed pressed +nothing. Note the timing too: the movie ran to **434 s** because it was never +skipped, which is most of why a boot takes seven minutes here. + That second bug looked like it would explain the standing "Ⓐ at the title works about half the time" note. **It does not.** See below.