mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Fixed error in previous commit
This commit is contained in:
@@ -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")],
|
||||||
|
|||||||
Reference in New Issue
Block a user