mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Removed unnecessary text drawing in Options screen, misc tweaks
This commit is contained in:
@@ -1167,15 +1167,15 @@ def pbCompileAllData(mustCompile)
|
||||
yield(_INTL("Compiling shadow move data"))
|
||||
pbCompileShadowMoves
|
||||
yield(_INTL("Compiling messages"))
|
||||
pbCompileAnimations
|
||||
pbCompileTrainerEvents(mustCompile)
|
||||
pbSetTextMessages
|
||||
MessageTypes.saveMessages
|
||||
else
|
||||
if (!$INEDITOR || LANGUAGES.length<2) && safeExists?("Data/messages.dat")
|
||||
MessageTypes.loadMessageFile("Data/messages.dat")
|
||||
end
|
||||
end
|
||||
pbCompileAnimations
|
||||
pbCompileTrainerEvents(mustCompile)
|
||||
pbSetTextMessages
|
||||
MessageTypes.saveMessages
|
||||
if !$INEDITOR && LANGUAGES.length>=2
|
||||
pbLoadMessages("Data/"+LANGUAGES[$PokemonSystem.language][1])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user