comparison pytouhou/formats/ecl.py @ 389:eef492100f4c

Add "explosion", instruction 118.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 21 Oct 2012 23:02:41 +0200
parents 704bea2e4360
children d1f0bb0b7a17
comparison
equal deleted inserted replaced
388:ac2891afb0bb 389:eef492100f4c
132 113: ('i', 'set_low_life_trigger'), 132 113: ('i', 'set_low_life_trigger'),
133 114: ('i', 'set_low_life_callback'), 133 114: ('i', 'set_low_life_callback'),
134 115: ('i', 'set_timeout'), 134 115: ('i', 'set_timeout'),
135 116: ('i', 'set_timeout_callback'), 135 116: ('i', 'set_timeout_callback'),
136 117: ('i', 'set_touchable'), 136 117: ('i', 'set_touchable'),
137 118: ('iihh', None), 137 118: ('iIbbbb', 'drop_particles'),
138 119: ('i', 'drop_bonus'), 138 119: ('i', 'drop_bonus'),
139 120: ('i', 'set_automatic_orientation'), 139 120: ('i', 'set_automatic_orientation'),
140 121: ('ii', 'call_special_function'), 140 121: ('ii', 'call_special_function'),
141 122: ('i', None), 141 122: ('i', None),
142 123: ('i', 'skip_frames'), 142 123: ('i', 'skip_frames'),