mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Unlock IoA Egg Locations (#2880)
Fixes https://github.com/kwsch/PKHeX/issues/2877.
This commit is contained in:
parent
2e584f43fc
commit
19d0f4572c
1 changed files with 4 additions and 1 deletions
|
@ -336,7 +336,10 @@ namespace PKHeX.Core
|
|||
130, 132, 134, 136, 138,
|
||||
140, 142, 144, 146, 148,
|
||||
150, 152, 154, 156, 158,
|
||||
160,
|
||||
160, 164, 166, 168,
|
||||
170, 172, 174, 176, 178,
|
||||
180, 182, 184, 186, 188,
|
||||
190, 192, 194, 196
|
||||
};
|
||||
|
||||
public static readonly int[] TMHM_SWSH =
|
||||
|
|
Loading…
Reference in a new issue