Mercurial > touhou
diff 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 |
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py +++ b/pytouhou/formats/ecl.py @@ -134,7 +134,7 @@ class ECL(object): 115: ('i', 'set_timeout'), 116: ('i', 'set_timeout_callback'), 117: ('i', 'set_touchable'), - 118: ('iihh', None), + 118: ('iIbbbb', 'drop_particles'), 119: ('i', 'drop_bonus'), 120: ('i', 'set_automatic_orientation'), 121: ('ii', 'call_special_function'),