ZE FusionBot v7.9.7 #104
Secludedly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fixed Zygarde Form Calls since HOME Update & Reinforced Bot PriorityOrder
v7.9.4
criteria.Nature = Nature.Randomfor all Gen8+ encounters. This wiped the Nature.Quiet constraint that ZA Zygarde's EncounterStatic9a requires, causing the ZA encounter to fail IsMatchExact and default to SWSH's Max Lair. I fixed it by guarding the override to skip encounters implementing IFixedNature with a specific nature by modifying Line 1246 in the APILegality.cs like so:if (enc.Generation > 7 && enc is not IFixedNature { Nature: not Nature.Random })This modification to ALM's dependency may not actually be needed, but it's more of a safeguard for the next fix.
v7.9.5
.t Zygarde, set.Form = 0(50%), for.t Zygarde-10%(Form 1, 10%) but neither matches ZA's Form 2 (10%-C). That broke legality, and the HOME fallback generated from SWSH's Max Lair instead. It was fixed by backing up before form correction and reverting if the new form is illegal.For form reference on Zygarde, from my understanding:
set.Form = 0(50%, Default for ZA encounter)set.Form = 1(10%, Standard legal ZA encounter)set.Form = 2(10%, Legal for ZA, SWSH, and USUM encounters)set.Form = 3(50%, Legal for ZA, SWSH, and USUM encounters)set.Form = 4(Complete Form, Legal for ZA, SWSH, and USUM encounters)The mismatch with ZA's Form 0 and Form 2 broke legality, and the fallback generated from SWSH's Form 2 instead as a safety fallback due to the introduction of the HOME transfer commit within PKHeX.
I fixed this by backing up before the form correction, then reverting if the new form is illegal.
Removed PKHeX/SwitchRemoteForPC/SysDVR Program Buttons from BotsForm
v7.9.6
Fix PriorityOrder & Enabled Priority Fallback for ZA.
v7.9.7
NOTE: Linux executables follow their own versioning since not all main commits are pushed to the Linux version, so it is indeed in-line with the current main version.
This discussion was created from the release ZE FusionBot v7.9.7.
Beta Was this translation helpful? Give feedback.
All reactions