mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-26 01:35:10 -05:00
@@ -3421,7 +3421,10 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e)
|
||||
if (!PKX.verifychk(input)) Util.Alert("Invalid File Loaded.", "Checksum is not valid.");
|
||||
try // to convert past gen pkm
|
||||
{
|
||||
SAV.setPK6Stored(Converter.ConvertPKMtoPK6(input), offset);
|
||||
PK6 pk = Converter.ConvertPKMtoPK6(input);
|
||||
SAV.setPK6Stored(pk, offset);
|
||||
getQuickFiller(SlotPictureBoxes[slot], pk);
|
||||
getSlotColor(slot, Properties.Resources.slotSet);
|
||||
}
|
||||
catch
|
||||
{ Util.Error("Attempted to load previous generation PKM.", "Conversion failed."); }
|
||||
|
||||
Reference in New Issue
Block a user