diff --git a/DS_Map/Editors/Utils/LoadingForm.cs b/DS_Map/Editors/Utils/LoadingForm.cs index 3acbc65..fdd7f15 100644 --- a/DS_Map/Editors/Utils/LoadingForm.cs +++ b/DS_Map/Editors/Utils/LoadingForm.cs @@ -76,7 +76,7 @@ namespace DSPRE.Editors.Utils factTimer = new Timer { - Interval = 3000 + Interval = 5000 }; factTimer.Tick += (s, e) => factLabel.Text = GetRandomFact(); factTimer.Start(); diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 3825bbb..d5e998b 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -1055,12 +1055,6 @@ namespace DSPRE Update(); - //for (int i = 0; i < 128; i++) { - // if (!OverlayUtils.IsCompressed(i)) { - // OverlayUtils.Compress(i); - // } - //} - bool success = DSUtils.RepackROM(saveRom.FileName); if (RomInfo.gameFamily != GameFamilies.DP && RomInfo.gameFamily != GameFamilies.Plat)