Widen save-world finance neighborhood window

This commit is contained in:
Jan Petykiewicz 2026-04-17 21:01:45 -07:00
commit a73a789bac
4 changed files with 42 additions and 15 deletions

View file

@ -66,6 +66,9 @@ dividend / stock-capital logic can extend one owned market reader instead of ano
counter. The next bundled annual-finance reader seam is now rehosted on top of that same market
state too, deriving assigned shares, public float, and rounded cached share price from one shared
company market reader instead of scattering more finance helpers across the runtime. A checked-in
The fixed-world finance neighborhood itself is now widened to 16 dwords rooted at `[world+0x11]`,
so future issue-`0x38/0x39` closure can build on a broader owned restore-state window rather than
another narrow one-off probe. A checked-in
The working rule on the remaining frontier is explicit now too: when a lane is still ambiguous, we
should prefer rehosting the owning source state or the real reader/setter family rather than
guessing one more derived leaf field from nearby offsets. A checked-in