bugfixes 1.4

This commit is contained in:
infinitefusion
2021-09-12 15:21:16 -04:00
parent 73d4a83752
commit dd0c64f2b7
35 changed files with 483 additions and 381 deletions

View File

@@ -377,7 +377,7 @@ class PokemonOption_Scene
]
if $game_switches && ($game_switches[NEW_GAME_PLUS] || $game_switches[BEAT_THE_LEAGUE]) #beat the league
@PokemonOptions <<
EnumOption.new(_INTL("Battle type"), [_INTL("Single"), _INTL("Double"), _INTL("Triple")],
EnumOption.new(_INTL("Battle type"), [_INTL("1v1"), _INTL("2v2"), _INTL("3v3")],
proc { $PokemonSystem.textspeed },
proc { |value|
if value == 0