Add C-Gear skin incomplete alert

Closes #790
This commit is contained in:
Kurt 2017-01-31 20:12:51 -08:00
parent a7339ae26f
commit 115a8da8f2

View file

@ -22,6 +22,7 @@ namespace PKHeX.WinForms
: new byte[CGearBackground.SIZE_CGB]); : new byte[CGearBackground.SIZE_CGB]);
PB_Background.Image = bg.GetImage(); PB_Background.Image = bg.GetImage();
WinFormsUtil.Alert("Editor is incomplete.", "No guarantee of functionality.");
} }
private readonly SAV5 SAV; private readonly SAV5 SAV;