minor randomizer fixes + infinite dna reverse from pc

This commit is contained in:
infinitefusion
2022-09-24 09:45:22 -04:00
parent ec64343fd0
commit 3db17e3f75
20 changed files with 11 additions and 11 deletions

View File

@@ -668,7 +668,7 @@ end
#
#===============================================================================
def pbPokemonMart(stock,speech=nil,cantsell=false)
if $game_switches[SWITCH_RANDOM_ITEMS] && $game_switches[SWITCH_RANDOM_SHOP_ITEMS]
if $game_switches[SWITCH_RANDOM_ITEMS_GENERAL] && $game_switches[SWITCH_RANDOM_SHOP_ITEMS]
stock = replaceShopStockWithRandomized(stock)
end