Fixed error in previous commit

This commit is contained in:
Maruno17
2021-01-22 20:04:08 +00:00
parent fec8d7adcd
commit 400ad6e208

View File

@@ -493,7 +493,7 @@ class PokemonOption_Scene
proc { $PokemonSystem.frame }, proc { $PokemonSystem.frame },
proc { |value| proc { |value|
$PokemonSystem.frame = value $PokemonSystem.frame = value
MessageConfig.pbSetSystemFrame("Graphics/Windowskins/" + $TextFrames[value]) MessageConfig.pbSetSystemFrame($TextFrames[value])
} }
), ),
EnumOption.new(_INTL("Font Style"),[_INTL("Em"),_INTL("R/S"),_INTL("FRLG"),_INTL("DP")], EnumOption.new(_INTL("Font Style"),[_INTL("Em"),_INTL("R/S"),_INTL("FRLG"),_INTL("DP")],