mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
69227e4f6a
Second-pass workflow (resident-harvest-redraft): agents re-drafted the failed/undrafted functions seeded by their prior draft + a debugging checklist (load width/sign, branch polarity, arg count, store order). Transient server rate-limiting killed 10/14 agents, so only ~25 re-drafts landed; tools/harvest_verify.py byte-gated them -> 8 more verified: func_800D33B8 func_800D2EE8 func_800D0C74 func_800D0CA0 func_800D2DAC func_800CF5D4 func_800D2FEC func_800CFDE8. The recovered bugs: twin-fn u16-return (D2EE8 mirrors the matched D319C), missing call arg (CF5D4), proven index idiom (CFDE8). REAL 70 -> 78 (53.79%); resident 8e17e02f, main 143dbb89 (R22 clean). Remaining: ~65 stubs (17 redraft-resisters + ~48 never-redrafted [rate-limited]) -> pass 3 + serial asm-differ on the hard GPU/dispatch tail.