dump move effects

This commit is contained in:
yenatch
2013-03-29 18:54:13 -04:00
parent 57b3127497
commit dc81d0cfcf
4 changed files with 2402 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ from extras.crystal import (
text_command_classes,
movement_command_classes,
music_classes,
effect_classes,
)
even_more_macros = [
@@ -34,6 +35,7 @@ macros += even_more_macros
macros += [each[1] for each in text_command_classes]
macros += movement_command_classes
macros += music_classes
macros += effect_classes
# show lines before preprocessing in stdout
show_original_lines = False