diff options
| -rw-r--r-- | pokemontools/vba/battle.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/pokemontools/vba/battle.py b/pokemontools/vba/battle.py index 5aeb923..824f27a 100644 --- a/pokemontools/vba/battle.py +++ b/pokemontools/vba/battle.py @@ -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. | 
