mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Unlock Pokedex & HoF editors
This commit is contained in:
parent
0caa0dec72
commit
134e676e91
|
|
@ -599,7 +599,7 @@ private void B_OpenPokedex_Click(object sender, EventArgs e)
|
|||
new SAV_PokedexXY(SAV).ShowDialog();
|
||||
break;
|
||||
case 7:
|
||||
if (SAV.SM)
|
||||
if (SAV.SM || SAV.USUM)
|
||||
new SAV_PokedexSM(SAV).ShowDialog();
|
||||
break;
|
||||
}
|
||||
|
|
@ -695,7 +695,7 @@ private void B_OUTHallofFame_Click(object sender, EventArgs e)
|
|||
{
|
||||
if (SAV.Generation == 6)
|
||||
new SAV_HallOfFame(SAV).ShowDialog();
|
||||
else if (SAV.SM)
|
||||
else if (SAV.Generation == 7)
|
||||
new SAV_HallOfFame7(SAV).ShowDialog();
|
||||
}
|
||||
private void B_CGearSkin_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user