comparison pytouhou/formats/ecl.py @ 76:f305c0e406d6

Handle all move_to_* ECL instructions.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 30 Aug 2011 17:12:08 -0700
parents b3bd421bb895
children 6fa6d74a049a
comparison
equal deleted inserted replaced
75:b3bd421bb895 76:f305c0e406d6
60 48: ('f', 'set_acceleration'), 60 48: ('f', 'set_acceleration'),
61 49: ('ff', 'set_random_angle'), 61 49: ('ff', 'set_random_angle'),
62 50: ('ff', 'set_random_angle_ex'), 62 50: ('ff', 'set_random_angle_ex'),
63 51: ('ff', 'set_speed_towards_player'), 63 51: ('ff', 'set_speed_towards_player'),
64 52: ('iff', None), 64 52: ('iff', None),
65 56: ('iffi', None), 65 56: ('ifff', 'move_to_linear'),
66 57: ('ifff', 'move_to'), 66 57: ('ifff', 'move_to_decel'),
67 59: ('iffi', 'move_to2'), 67 59: ('iffi', 'move_to_accel'),
68 61: ('i', 'stop_in'), 68 61: ('i', 'stop_in'),
69 63: ('i', 'stop_in_accel'), 69 63: ('i', 'stop_in_accel'),
70 65: ('ffff', 'set_screen_box'), 70 65: ('ffff', 'set_screen_box'),
71 66: ('', 'clear_screen_box'), 71 66: ('', 'clear_screen_box'),
72 67: ('hhiiffffi', 'set_bullet_attributes'), 72 67: ('hhiiffffi', 'set_bullet_attributes'),