mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 13:25:32 -05:00
Differentiate MO + MMO slot types
This commit is contained in:
@@ -85,10 +85,12 @@ public enum SlotType : byte
|
||||
/// </summary>
|
||||
SOS = 15,
|
||||
|
||||
// Legends: Arceus
|
||||
Overworld = 16,
|
||||
Distortion = 17,
|
||||
Landmark = 18,
|
||||
OverworldMMO = 19,
|
||||
OverworldMass = 19,
|
||||
OverworldMMO = 20,
|
||||
|
||||
// Modifiers
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user