diff pytouhou/formats/ecl.py @ 283:b6c068c8f7f2

Fix ECL time flow. Spellcard do not stop time. Instruction 0xc does.
author Thibaut Girka <thib@sitedethib.com>
date Sun, 12 Feb 2012 02:09:16 +0100
parents f037bca24f2d
children 4838e9bab0f9
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py
+++ b/pytouhou/formats/ecl.py
@@ -160,7 +160,7 @@ class ECL(object):
                           8: ('', None),
                           9: ('', None),
                           10: ('II', None),
-                          12: ('', None)}
+                          12: ('', 'stop_time')}
 
 
     def __init__(self):