mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 04:14:10 -05:00
parent
d4ab463f6c
commit
29a71a2a20
|
|
@ -3929,6 +3929,8 @@ private void B_LinkInfo_Click(object sender, EventArgs e)
|
|||
}
|
||||
private void B_CGearSkin_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (SAV.Generation != 5)
|
||||
return; // can never be too safe
|
||||
new SAV_CGearSkin().ShowDialog();
|
||||
}
|
||||
private void B_JPEG_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user