mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
c43b6d0830
- build_engine_types.py --strip: lifted 48 named types -> src/shared/engine_types.h (byte-neutral, ov_SC01_077 d19c9580); unblocked +4 struct-using matches -> propagated ×134 (incl. func_80147514, a T2 match freed by the lift) - check-all 136/136 BYTE-IDENTICAL (R22); fleet 57.93% -> 58.00%; phase total 56.64% -> 58.00% - KEY FINDING: propagation (not matching) now caps the fleet-% yield — ~16 banked matches stay ov_SC01_077-local because their bodies use typedef'd/anonymous/sibling local types that the named-struct-only build_engine_types can't lift (dedup_propagate compiles_standalone rejects). Phase-20 lever: extend the type-lift to typedefs -> recovers those ×134 for ~0 agent tokens