5b8351ca1f4fcb26dbe9f75ca2279653f36fe189
The attract item animation computes `18 - phase` as a signed value without a lower bound. At phases 19 through 21, the subsequent 16-bit handle index wraps backward from the DAT801 table into DAT703, DAT702, and DAT701, copying each bitmap's upper 68x61 region into the item panel. Rust stopped drawing after phase 18 and hid this observable long-idle behavior. Render those three adjacent status crops and return to the inactive panel for later phases. Raise the deterministic simulation ceiling to 100,000 frames so the first wrapped phase at 10.94 minutes can be captured and inspected. Test Plan: - `cargo test --workspace --all-targets --all-features` -- 125 passed - `cargo clippy --workspace --all-targets --all-features -- -D warnings` -- passed - `rumdl check --flavor commonmark RECONSTRUCTION.md CHANGELOG.md` -- passed - `cargo run -- --simulate attract --step 78797 --screenshot /tmp/tdkpin-attract-wrap-19.png` -- passed; DAT703 crop visually inspected at 640x460 - `git diff --cached --check` -- passed
Description
No description provided
22 MiB
Languages
C
73.8%
Rust
13.9%
C++
5.1%
Python
4.1%
Shell
1.4%
Other
1.6%