From 6622098ad5d50b96c50112d2319d1bc746d9999b Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 17 Feb 2015 19:23:17 -0800 Subject: [PATCH] Added more unsupported file verbage --- PKX/f1-Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKX/f1-Main.cs b/PKX/f1-Main.cs index f024f4517..802b2cec7 100644 --- a/PKX/f1-Main.cs +++ b/PKX/f1-Main.cs @@ -590,7 +590,7 @@ namespace PKHeX } #endregion else - Util.Error("Attempted to load an unsupported file type/size.", "File Loaded:" + Environment.NewLine + path); + Util.Error("Attempted to load an unsupported file type/size.", "File Loaded:" + Environment.NewLine + path, "File Size:" + Environment.NewLine + new FileInfo(path).Length.ToString("X8")); } private void openMAIN(byte[] input, string path, string GameType, bool oras, bool ram = false) {