Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Fix HP IVs changing in SM+ for L100 Pokemon
The if condition was checking if the `level` was `100` which previously worked but the set import now elides level 100 to save space so that condition broke which this commit fixes.
- Loading branch information
This should be level 50 for Gen 9+