randomizer fixces

This commit is contained in:
infinitefusion
2023-04-25 22:09:30 -04:00
parent 087fe9a446
commit a31a7c5a21
19 changed files with 8 additions and 5 deletions

View File

@@ -371,7 +371,7 @@ class HallOfFame_Scene
if $game_switches[SWITCH_RANDOMIZED_AT_LEAST_ONCE]
gameMode = "Randomized mode"
end
if $PokemonBag.pbQuantity(:MAGICBOOTS)>=1 || $DEBUG
if $game_switches[ENABLED_DEBUG_MODE_AT_LEAST_ONCE] || $DEBUG
gameMode = "Debug mode"
end