summaryrefslogtreecommitdiff
path: root/preprocessor.py
diff options
context:
space:
mode:
Diffstat (limited to 'preprocessor.py')
-rw-r--r--preprocessor.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/preprocessor.py b/preprocessor.py
index c681049ad..f350971af 100644
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -14,7 +14,8 @@ from extras.crystal import command_classes, \
MoneyByteParam, \
ItemFragment, \
TextEndingCommand, \
- text_command_classes
+ text_command_classes, \
+ movement_command_classes
macros = command_classes + \
[
@@ -24,7 +25,8 @@ macros = command_classes + \
PeopleEvent,
DataByteWordMacro,
ItemFragment,
- ] + [x[1] for x in text_command_classes]
+ ] + [x[1] for x in text_command_classes] \
+ + movement_command_classes
chars = {
"ガ": 0x05,