mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
parent
f069b950ff
commit
757f84db9e
|
|
@ -75,6 +75,15 @@ public enum TrainerType : byte
|
|||
"LUIGW" => true,
|
||||
"LUIGIC" => true,
|
||||
"YOSHIC" => true,
|
||||
"EUROPE" => true,
|
||||
"SWEDEN" => true,
|
||||
"NORWAY" => true,
|
||||
"FINLAND" => true,
|
||||
"DENMARK" => true,
|
||||
"AUSTRIA" => true,
|
||||
"UK" => true,
|
||||
"NAL" => true,
|
||||
"MARIO" => true,
|
||||
_ => false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user