summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index e3f4471..2801988 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2017,7 +2017,7 @@ class ApplyMovementData:
# this is almost an exact copy of Script.parse
# with the exception of using text_command_classes instead of command_classes
def parse(self):
- global apply_movement_command_classes, script_parse_table
+ global movement_command_classes, script_parse_table
address = self.address
# i feel like checking myself