From 99081a619897b99544f12cafae9487d6c7ac88ac Mon Sep 17 00:00:00 2001 From: Sylpheed RE agent Date: Wed, 19 Aug 2026 07:49:37 +0000 Subject: [PATCH] docs: the boot log confirms the vgamepad failure verbatim 'skip_intro.sh: line 44: vgamepad: command not found' right after 'movie -> skip A'. Every '-> skip A' and 'TITLE -> A' this harness has printed pressed nothing, which is also why the intro movie ran to 434s: it was never skipped. --- docs/re/ui-paint-order-third-permutation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.