Fixed text speed option not working

This commit is contained in:
infinitefusion
2021-12-13 18:27:14 -05:00
parent 3d514bf83b
commit f29e2bbf1a

View File

@@ -389,8 +389,6 @@ class PokemonOption_Scene
else else
$game_variables[DEFAULT_BATTLE_TYPE] = [1, 1] $game_variables[DEFAULT_BATTLE_TYPE] = [1, 1]
end end
$PokemonSystem.textspeed = value
MessageConfig.pbSetTextSpeed(MessageConfig.pbSettingToTextSpeed(value))
} }
) )