mirror of
https://github.com/bryanthaboi/gen1recomp
synced 2026-09-26 13:33:27 -04:00
ba3c8ad754
dev added the public Encounters.tableFor export (MapCatalog resolution, prefix stripping, route normalization) at the same point in src/core/game3/encounters.lua where this branch inserts the cooldown block. The two changes are purely additive, so both are kept: dev's export sits next to table_for where it belongs, followed by the cooldown/rate-test block. scripts/lint.sh auto-merged cleanly, keeping both dev's PATH export for node_modules/.bin and ~/.luarocks/bin and this branch's luacheck --version probe. Re-verified after the merge that dev's RNG-parity commit does not shift the encounter goldens: 88/88 cooldown checks still pass, including the Route 1 4000-step counts (401 with the grace period vs 858 without). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>