flybrain/services/flysim/crates/flybrain-gb/src
acamilo 895fb52cda macros: the tile a step is landing on is ground the run has covered
The other half of the same measurement. `wXCoord` and `wYCoord` are the tile the step began on
until the frame it ends, so the stood ledger recorded ground the fly had already left and the tile
under it stayed unstood: `path::frontier` kept offering it, `GO FRONTIER` was dealt aiming one tile
away, and `Arrival::Step` reported `done` the instant the step it did not make landed. A macro that
completes without changing anything, which is section 12.2's trap.

A step that has begun always finishes -- the cartridge owns the animation and no press stops it --
and the screen has already centred on the tile, so it is ground this run has covered. It clears the
map's frontier mark on the same rule the coordinates do: only ground never stood on before.
2026-09-22 14:57:34 +00:00
..
platformer flybrain v0.4.0: public tree (history retained privately) 2026-09-21 15:09:46 +00:00
pokemon_red macros: the tile a step is landing on is ground the run has covered 2026-09-22 14:57:34 +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