Mercurial > touhou
diff pytouhou/formats/ecl.py @ 286:4838e9bab0f9
Implement dialogs (MSG files).
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 12 Feb 2012 16:06:03 +0100 |
parents | b6c068c8f7f2 |
children | 3be4c1078095 |
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py +++ b/pytouhou/formats/ecl.py @@ -157,9 +157,9 @@ class ECL(object): 2: ('fffhhI', 'spawn_enemy_mirrored'), 4: ('fffhhI', 'spawn_enemy_random'), 6: ('fffhhI', 'spawn_enemy_mirrored_random'), - 8: ('', None), - 9: ('', None), - 10: ('II', None), + 8: ('', 'call_msg'), + 9: ('', 'wait_msg'), + 10: ('II', 'resume_ecl'), 12: ('', 'stop_time')}