mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Allow viewing of un-convertible GO encounters
This commit is contained in:
parent
538d651aef
commit
999caedf6e
|
|
@ -68,7 +68,7 @@ public bool IsBallValid(Ball ball, int currentSpecies)
|
|||
PogoImportFormat.PK7 =>
|
||||
PersonalTable.BDSP.IsPresentInGame(Species, Form) ? EntityContext.Gen8b
|
||||
: PersonalTable.LA.IsPresentInGame(Species, Form) ? EntityContext.Gen8a
|
||||
: throw new ArgumentOutOfRangeException(nameof(OriginFormat)),
|
||||
: EntityContext.Gen8, // don't throw an exception, just give them a context.
|
||||
PogoImportFormat.PB7 => EntityContext.Gen7b,
|
||||
PogoImportFormat.PK8 => EntityContext.Gen8,
|
||||
PogoImportFormat.PA8 => EntityContext.Gen8a,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user