mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Re-add gsc rock smash
ede3296c31
also sneak in SV Ride legend having trash bytes/HT data
This commit is contained in:
parent
fed6b41950
commit
af228b0fec
4 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ public sealed class MiscVerifier : Verifier
|
|||
else if (enc is EncounterStatic9 { StarterBoxLegend: true })
|
||||
{
|
||||
// Ride legends cannot be traded or transferred.
|
||||
if (pk9.CurrentHandler != 0 || pk9.Tracker != 0)
|
||||
if (pk9.CurrentHandler != 0 || pk9.Tracker != 0 || !pk9.IsUntraded)
|
||||
data.AddLine(GetInvalid(LTransferBad));
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue