mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-02 14:43:29 +00:00
Differentiate MO + MMO slot types
This commit is contained in:
parent
a6561a91b1
commit
ad249dbb76
2 changed files with 3 additions and 1 deletions
|
@ -85,10 +85,12 @@ namespace PKHeX.Core
|
|||
/// </summary>
|
||||
SOS = 15,
|
||||
|
||||
// Legends: Arceus
|
||||
Overworld = 16,
|
||||
Distortion = 17,
|
||||
Landmark = 18,
|
||||
OverworldMMO = 19,
|
||||
OverworldMass = 19,
|
||||
OverworldMMO = 20,
|
||||
|
||||
// Modifiers
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue