Mercurial > touhou
diff pytouhou/formats/ecl.py @ 78:bcf965ede96c
Fix/rename/comment a few things
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Wed, 31 Aug 2011 13:51:42 +0200 |
parents | 6fa6d74a049a |
children | ffe2c2b9912c |
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py +++ b/pytouhou/formats/ecl.py @@ -76,12 +76,12 @@ class ECL(object): 71: ('hhiiffffi', 'set_bullet_attributes5'), 74: ('hhiiffffi', 'set_bullet_attributes6'), 75: ('hhiiffffi', 'set_bullet_attributes7'), - 76: ('i', 'stop_bullets'), - 77: ('i', 'set_bullet_interval'), + 76: ('i', 'set_bullet_interval'), + 77: ('i', 'set_bullet_interval_ex'), 78: ('', 'delay_attack'), 79: ('', 'no_delay_attack'), 81: ('fff', 'set_bullet_launch_offset'), - 82: ('iiiiffff', 'set_bullet_attributes_ex'), + 82: ('iiiiffff', 'set_extended_bullet_attributes'), 83: ('', None), 84: ('i', None), 85: ('hhffffffiiiiii', 'laser'),