mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Arceus, not Mew
Forgot to save changes.
This commit is contained in:
parent
c15cbe2870
commit
0df9e35397
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ namespace PKHeX
|
|||
{
|
||||
// Now that the ComboBoxes are ready, load the data.
|
||||
fieldsInitialized = true;
|
||||
pk6.Species = 151;
|
||||
pk6.Species = 493;
|
||||
pk6.Move1 = 1;
|
||||
pk6.RefreshChecksum();
|
||||
|
||||
|
|
Loading…
Reference in a new issue