mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Update 170318
Updates event binaries Clear AllowGBCartEra if not gen2. lookin at u 3-5, 4/7 over 50%! /cryptic
This commit is contained in:
parent
7d77455b54
commit
9106896909
5 changed files with 14 additions and 3 deletions
|
@ -903,7 +903,10 @@ namespace PKHeX.WinForms
|
||||||
return;
|
return;
|
||||||
Legal.AllowGBCartEra = drVC == DialogResult.No; // physical cart selected
|
Legal.AllowGBCartEra = drVC == DialogResult.No; // physical cart selected
|
||||||
}
|
}
|
||||||
else if (sav.Generation == 3 && (sav.IndeterminateGame || ModifierKeys == Keys.Control))
|
else
|
||||||
|
Legal.AllowGBCartEra = sav.Generation == 2;
|
||||||
|
|
||||||
|
if (sav.Generation == 3 && (sav.IndeterminateGame || ModifierKeys == Keys.Control))
|
||||||
{
|
{
|
||||||
// Hacky cheats invalidated the Game Code value.
|
// Hacky cheats invalidated the Game Code value.
|
||||||
var drGame = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel,
|
var drGame = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel,
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,15 @@
|
||||||
PKHeX - By Kaphotics
|
PKHeX - By Kaphotics
|
||||||
http://projectpokemon.org/pkhex
|
http://projectpokemon.org/pkhex
|
||||||
|
|
||||||
17/03/11 - New Update:
|
17/03/18 - New Update:
|
||||||
|
- Legality:
|
||||||
|
- - Added: Heavy Ball legality check. Thanks SciresM!
|
||||||
|
- - Added: Loading Gen1 save file now asks if it is a Virtual Console save for separation of GenII legality.
|
||||||
|
- Fixed: Exporting boxes to folders now has the correct box names (was previously shifted by 1). Thanks RoC!
|
||||||
|
- Fixed: Colosseum/XD Purification value editing. Thanks ArcticLoveBunny!
|
||||||
|
- Fixed: Joyful Game Corner now editable by Emerald saves.
|
||||||
|
|
||||||
|
17/03/11 - New Update: (18794) [427623]
|
||||||
- Legality:
|
- Legality:
|
||||||
- - Fixed: More edge cases (mystery gift ability capsule, gen1/2 evo chain & static encounter suggestions).
|
- - Fixed: More edge cases (mystery gift ability capsule, gen1/2 evo chain & static encounter suggestions).
|
||||||
- Added: Gen7 More trainer stat records and precise maximum value fetching. Thanks tastymeatball & Holla!
|
- Added: Gen7 More trainer stat records and precise maximum value fetching. Thanks tastymeatball & Holla!
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
20170311
|
20170318
|
Loading…
Reference in a new issue