looks like text commands might mess up the preprocessor?

This commit is contained in:
Bryan Bishop 2012-05-05 02:48:44 -05:00
parent fa63fe8ab2
commit 57d11561b0

View File

@ -12,7 +12,8 @@ from extras.crystal import command_classes, \
PointerLabelBeforeBank, \
PointerLabelAfterBank, \
MoneyByteParam, \
ItemFragment
ItemFragment, \
text_command_classes
macros = command_classes + \
[
@ -22,7 +23,7 @@ macros = command_classes + \
PeopleEvent,
DataByteWordMacro,
ItemFragment,
]
] #+ [x[1] for x in text_command_classes]
chars = {
"": 0x05,