Tidying up for v21's release

This commit is contained in:
Maruno17
2023-06-25 22:31:05 +01:00
parent 22fa0f9c0b
commit aecd9e5bb6
15 changed files with 35 additions and 712 deletions

View File

@@ -591,10 +591,7 @@ class Window_AdvancedTextPokemon < SpriteWindow_Base
if busy?
refresh if !@text_delay_changed
updateInternal
# following line needed to allow "textspeed=0" to work seamlessly
# TODO: I don't think this is needed any more, but I don't know where to
# look to confirm it'd work properly without this line.
refresh if @text_delay_changed
refresh if @text_delay_changed # Needed to allow "textspeed=0" to work seamlessly
end
@text_delay_changed = false
end