Now loads language files on startup if Settings::LANGUAGES has exactly 1 defined language, fixed instant text speed after a wait in a message, added battle rule "cannotSwitch"

This commit is contained in:
Maruno17
2023-07-20 22:05:50 +01:00
parent a5734eaf46
commit fc95baf92c
6 changed files with 21 additions and 12 deletions

View File

@@ -588,6 +588,7 @@ class Window_AdvancedTextPokemon < SpriteWindow_Base
if System.uptime - @wait_timer_start >= @waitcount
@wait_timer_start = nil
@waitcount = 0
@display_last_updated = nil
end
return if @wait_timer_start
end