Mercurial > touhou
comparison pytouhou/formats/ecl.py @ 362:3be4c1078095
(partially?) implement ECL's instruction 133
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 09 Jul 2012 21:12:10 +0200 |
parents | 4838e9bab0f9 |
children | 704bea2e4360 |
comparison
equal
deleted
inserted
replaced
361:b55939b4b40d | 362:3be4c1078095 |
---|---|
147 128: ('i', 'set_smooth_disappear'), | 147 128: ('i', 'set_smooth_disappear'), |
148 129: ('ii', None), | 148 129: ('ii', None), |
149 130: ('i', None), | 149 130: ('i', None), |
150 131: ('ffiiii', 'set_difficulty_coeffs'), | 150 131: ('ffiiii', 'set_difficulty_coeffs'), |
151 132: ('i', 'set_invisible'), | 151 132: ('i', 'set_invisible'), |
152 133: ('', None), | 152 133: ('', 'copy_callbacks?'), |
153 134: ('', None), | 153 134: ('', None), |
154 135: ('i', 'enable_spellcard_bonus')} #TODO | 154 135: ('i', 'enable_spellcard_bonus')} #TODO |
155 | 155 |
156 _main_instructions = {0: ('fffhhI', 'spawn_enemy'), | 156 _main_instructions = {0: ('fffhhI', 'spawn_enemy'), |
157 2: ('fffhhI', 'spawn_enemy_mirrored'), | 157 2: ('fffhhI', 'spawn_enemy_mirrored'), |