comparison 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
comparison
equal deleted inserted replaced
282:dbb1a86c0235 283:b6c068c8f7f2
158 4: ('fffhhI', 'spawn_enemy_random'), 158 4: ('fffhhI', 'spawn_enemy_random'),
159 6: ('fffhhI', 'spawn_enemy_mirrored_random'), 159 6: ('fffhhI', 'spawn_enemy_mirrored_random'),
160 8: ('', None), 160 8: ('', None),
161 9: ('', None), 161 9: ('', None),
162 10: ('II', None), 162 10: ('II', None),
163 12: ('', None)} 163 12: ('', 'stop_time')}
164 164
165 165
166 def __init__(self): 166 def __init__(self):
167 self.main = [] 167 self.main = []
168 self.subs = [[]] 168 self.subs = [[]]