flybrain/services/flysim/crates/flybrain-gb/src
acamilo c42255e199 macros: an edge the map graph cannot name stops being somewhere new once it is stood on
The rung-11 reading of row 54. Route 3's connections read north and west off the cartridge
(`wCurMapConnections`, and it has no warps at all) while the geography table carries west and east,
so the seven walkable tiles of its north edge had an unnameable destination -- and an unnameable
destination counted as unvisited, which made them first-tier for `GO ROUTE` on every hold for ever,
with `GO OBJECTIVE` off the pad beside them because nothing on that map leads to the objective.

A warp's destination is a byte the cartridge publishes, so `None` there is the `LAST_MAP` case
already handled. An edge's comes only from `geography::connected`, so `None` there means the table
cannot name the map on the other side and never will, and the only record left is the adapter's own
boundary ledger. It narrows: a genuinely new edge is still first-tier until the fly reaches it.

Which map is north of Route 3 is not guessed at here. That is a survey -- walk the fly off the edge
with real presses and read the map id back -- and it is recorded as a residual instead.
2026-09-22 17:19:25 +00:00
..
platformer flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
pokemon_red macros: an edge the map graph cannot name stops being somewhere new once it is stood on 2026-09-22 17:19:25 +00:00
adapter.rs seam: a bank-aware ROM read beside the bus read 2026-09-22 03:32:19 +00:00
compatibility.rs flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
emulator.rs seam: a bank-aware ROM read beside the bus read 2026-09-22 03:32:19 +00:00
ffi.rs flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
lib.rs flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
macros.rs ratchet: getting nearer the objective is progress the coverage figure cannot carry 2026-09-22 12:55:39 +00:00
ordered.rs flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
ratchet.rs traps: rows 51 to 53, the museum's missing rows and a BACK with no box under it 2026-09-22 13:14:47 +00:00
recovery.rs flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00