mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-23 13:26:47 -05:00
Increase timer loading form
This commit is contained in:
parent
53edf024b7
commit
9072b2de78
|
|
@ -76,7 +76,7 @@ namespace DSPRE.Editors.Utils
|
|||
|
||||
factTimer = new Timer
|
||||
{
|
||||
Interval = 3000
|
||||
Interval = 5000
|
||||
};
|
||||
factTimer.Tick += (s, e) => factLabel.Text = GetRandomFact();
|
||||
factTimer.Start();
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user