mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 17:45:19 -05:00
Misc tweaks
No functional change
This commit is contained in:
@@ -55,7 +55,7 @@ private void PopEntry(ushort species, byte form, string name, IPersonalTable pt)
|
||||
int c = 0;
|
||||
|
||||
var bst = p.GetBaseStatTotal();
|
||||
cells[c++].Value = species.ToString(pt.MaxSpeciesID > 999 ? "0000" : "000") + (form > 0 ? $"-{form:00}" : "");
|
||||
cells[c++].Value = species.ToString(pt.MaxSpeciesID > 999 ? "0000" : "000") + (form > 0 ? $"-{form:00}" : string.Empty);
|
||||
cells[c++].Value = SpriteUtil.GetSprite(species, form, 0, 0, 0, false, Shiny.Never, SAV.Context);
|
||||
cells[c++].Value = name;
|
||||
cells[c++].Value = GetIsNative(p, species);
|
||||
|
||||
Reference in New Issue
Block a user