randomizer - static pokemon

This commit is contained in:
infinitefusion
2022-05-01 15:57:29 -04:00
parent 68d0e24ef4
commit bd3c4d05ea
8 changed files with 6 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ class RandomizerWildPokemonOptionsScene < PokemonOption_Scene
def pbGetOptions(inloadscreen = false)
options = [
EnumOption.new(_INTL("Type"), [_INTL("Global"), _INTL("Area")],
EnumOption.new(_INTL("Type"), [_INTL("Global")],#, _INTL("Area")],
proc {
if $game_switches[RANDOM_WILD_AREA]
1