Skip to content

ZE FusionBot v7.7.0

Choose a tag to compare

@Secludedly Secludedly released this 04 Apr 03:45

Remove Z-A Enforcers, Add HOME PA9 Fallback
v7.7.0

  • Delete Z-A enforcers (IVEnforcer, NatureEnforcer, ForcedEncounterEnforcer) and remove their usages across the Discord trade logic.

  • Introduce a HOME cross-game PA9 fallback (TryGetAsHomePa9) in Helpers and AutoLegalityExtensionsDiscord so when Z-A generation fails it will try HOME-supported game formats instead and convert the first valid result to PA9.

  • Simplify CreatePokemonHelper to directly parse slash-command IVs, apply HyperTrain flags and nature, and refresh stats/checksum.

  • Remove duplicated Z-A enforcement logic from TradeModule and BatchHelpers and centralize fallbacks.

  • Minor cleanup in DetailedLegalityChecker and other areas to reflect the removed helpers. This centralizes cross-game fallback logic and reduces duplicated PID/nature/IV enforcement code uses.