We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc02aec commit be09462Copy full SHA for be09462
ttyd-tools/rel/source/main.cpp
@@ -701,6 +701,9 @@ void Mod::run()
701
// Display the title screen and file select screen info
702
displayTitleScreenAndFileSelectScreenInfo();
703
704
+ // Perform any necessaery REL patches
705
+ performRELPatches();
706
+
707
// Check if the menu should be enabled or disabled
708
// Prevent checking it if currently in the process of spawning an item
709
if (!SpawnItem.InAdjustableValueMenu)
@@ -765,9 +768,6 @@ void Mod::run()
765
768
displaySequenceInPauseMenu();
766
769
displayActionCommandsTiming();
767
770
- // Perform any necessaery REL patches
- performRELPatches();
-
771
// Check the heaps
772
checkHeaps();
773
}
0 commit comments