mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 07:45:00 -05:00
Add type: null edge case
colon caused break -> treat as unsplit line with default handling Closes #648
This commit is contained in:
@@ -96,6 +96,7 @@ public ShowdownSet(string input = null)
|
||||
case "EVs": { parseLineEVs(brokenline[1].Trim()); break; }
|
||||
case "IV":
|
||||
case "IVs": { parseLineIVs(brokenline[1].Trim()); break; }
|
||||
case "Type": { brokenline = new[] {line}; goto default; } // Type: Null edge case
|
||||
default:
|
||||
{
|
||||
// Either Nature or Gender ItemSpecies
|
||||
|
||||
Reference in New Issue
Block a user