PKM Editor BK4 don't set BallHGSS

This commit is contained in:
Kurt 2026-03-16 01:57:21 -05:00
parent 8950613422
commit 42496def98

View File

@ -289,7 +289,7 @@ public sealed override byte Ball
BallDPPt = Clamp(value, Core.Ball.Cherish);
// Only set the HG/SS value if it originated in HG/SS and was not an event.
if (WasCreatedInHGSS)
if (WasCreatedInHGSS && this is not BK4)
BallHGSS = Clamp(value, Core.Ball.Sport);
else
BallHGSS = 0;