From e905f9f1f1b00c38f28b7d5034f52731e935f443 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 13 May 2012 21:53:48 -0500 Subject: better movement command/macro support --- preprocessor.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'preprocessor.py') 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, -- cgit v1.2.3