diff options
Diffstat (limited to 'tests/test_vba.py')
-rw-r--r-- | tests/test_vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index 55489fb..0232b1d 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -183,7 +183,7 @@ class VbaTests(unittest.TestCase): # test again if the game is in a state where the player can walk first_map_y = self.get_wram_value("MapY") - runner.cry.move("d") + runner.cry.move("u") second_map_y = self.get_wram_value("MapY") # check that the player has moved |