draw the menu in skip_until_input_required

Step forward 10 frames so that the menu actually draws. Otherwise the
user will probably be confused about the actual state of the battle.
This commit is contained in:
Bryan Bishop
2013-11-09 17:55:30 -06:00
parent d5989b755a
commit 982cff40af

View File

@@ -113,6 +113,9 @@ class Battle(EmulatorController):
while not self.is_input_required():
self.emulator.text_wait()
# let the text draw so that the state is more obvious
self.emulator.vba.step(count=10)
def run(self):
"""
Step through the entire battle.