From 09c44a1cde42b88313aa8c63f4aeec27e38112e4 Mon Sep 17 00:00:00 2001 From: acamilo Date: Tue, 22 Sep 2026 05:16:58 +0000 Subject: [PATCH] docs: map-aware walks merged --- docs/stream-mvp-plan.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/stream-mvp-plan.md b/docs/stream-mvp-plan.md index 3df398c..b1d7e16 100644 --- a/docs/stream-mvp-plan.md +++ b/docs/stream-mvp-plan.md @@ -615,3 +615,9 @@ then purge; then the stale-doc pass. the party already held. Fixed: BACK only where a list is open; THROW BALL skips held species. Trap hunt: tiles 216 -> 286, listless BACK 175 -> 0, dialog frames 23,548 -> 0. Ethos check held. Row 41 named: a nurse box answered YES 474 times on one tile. +- 2026-09-22 (for v0.4.3): map-aware walks merged (section 15): the whole loaded map is decoded + into a walkability grid from the map and tileset data (read-only, ROM bank reads over the + cartridge image), A* plans over the map, the frontier is the nearest unstood tile anywhere, + the window reader is the fallback. Verified against real presses on two maps. Trap hunt: 286 -> + 489 tiles, timeouts 6 -> 1; flagged windows rose 61 -> 70, all battle windows (the battle pad + review in flight).