mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
PKM Editor BK4 don't set BallHGSS
This commit is contained in:
parent
8950613422
commit
42496def98
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user