diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs index 3955b28d2..f166eaa7e 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs @@ -678,8 +678,8 @@ Species = 125, // Electabuzz Locks = new[] { new NPCLock(277), // Shadow Swellow - new NPCLock(065, 12, 0, 063), // Alakazam (M) (Serious) - new NPCLock(230, 18, 1, 127), // Kingdra (F) (Bashful) + new NPCLock(065, 24, 0, 063), // Alakazam (M) (Serious) + new NPCLock(230, 6, 1, 127), // Kingdra (F) (Bashful) new NPCLock(214, 18, 1, 127), // Heracross (F) (Bashful) }}; @@ -688,8 +688,8 @@ Comment = "Swellow Seen", Locks = new[] { new NPCLock(277, true), // Shadow Swellow (Seen) - new NPCLock(065, 12, 0, 063), // Alakazam (M) (Serious) - new NPCLock(230, 18, 1, 127), // Kingdra (F) (Bashful) + new NPCLock(065, 24, 0, 063), // Alakazam (M) (Serious) + new NPCLock(230, 6, 1, 127), // Kingdra (F) (Bashful) new NPCLock(214, 18, 1, 127), // Heracross (F) (Bashful) }}; diff --git a/README.md b/README.md index 62a31d2e6..cf3ee50ae 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The interface can be translated with resource/external text files so that differ Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing. -Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without the 3DS's keys, thus a resigning service is required ([Checkpoint](https://github.com/BernardoGiordano/Checkpoint/), save_manager, [JKSM](https://github.com/J-D-K/JKSM), or SaveDataFiler). +Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without the 3DS's keys, thus a resigning service is required ([Checkpoint](https://github.com/FlagBrew/Checkpoint), save_manager, [JKSM](https://github.com/J-D-K/JKSM), or SaveDataFiler). **We do not support or condone cheating at the expense of others. Do not use significantly hacked Pokémon in battle or in trades with those who are unaware hacked Pokémon are in use.**