diff options
Diffstat (limited to 'pokemontools/vba/vba.py')
-rw-r--r-- | pokemontools/vba/vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py index 57e5e1b..d221fef 100644 --- a/pokemontools/vba/vba.py +++ b/pokemontools/vba/vba.py @@ -634,7 +634,7 @@ class crystal(object): "Use next POKMON?", ] - return all([requirement in text for requirement in requirements]) + return all([requirement in screen_text for requirement in requirements]) def is_switch_prompt(self): """ |