better movement command/macro support

This commit is contained in:
Bryan Bishop
2012-05-13 21:53:48 -05:00
parent eaff513b47
commit e905f9f1f1
2 changed files with 41 additions and 69 deletions

View File

@@ -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,