Skip to content

Commit be09462

Browse files
committed
Moved the REL patches function call
Moved it to not be dependent on other variables.
1 parent fc02aec commit be09462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ttyd-tools/rel/source/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,9 @@ void Mod::run()
701701
// Display the title screen and file select screen info
702702
displayTitleScreenAndFileSelectScreenInfo();
703703

704+
// Perform any necessaery REL patches
705+
performRELPatches();
706+
704707
// Check if the menu should be enabled or disabled
705708
// Prevent checking it if currently in the process of spawning an item
706709
if (!SpawnItem.InAdjustableValueMenu)
@@ -765,9 +768,6 @@ void Mod::run()
765768
displaySequenceInPauseMenu();
766769
displayActionCommandsTiming();
767770

768-
// Perform any necessaery REL patches
769-
performRELPatches();
770-
771771
// Check the heaps
772772
checkHeaps();
773773
}

0 commit comments

Comments
 (0)