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, \ PointerLabelBeforeBank, \
PointerLabelAfterBank, \ PointerLabelAfterBank, \
MoneyByteParam, \ MoneyByteParam, \
ItemFragment ItemFragment, \
text_command_classes
macros = command_classes + \ macros = command_classes + \
[ [
@@ -22,7 +23,7 @@ macros = command_classes + \
PeopleEvent, PeopleEvent,
DataByteWordMacro, DataByteWordMacro,
ItemFragment, ItemFragment,
] ] #+ [x[1] for x in text_command_classes]
chars = { chars = {
"": 0x05, "": 0x05,