diff pytouhou/vm/eclrunner.py @ 106:c7847bfed427

Minor refactoring
author Thibaut Girka <thib@sitedethib.com>
date Mon, 05 Sep 2011 22:40:46 +0200
parents 572740acdb25
children 5d9052b9a4e8
line wrap: on
line diff
--- a/pytouhou/vm/eclrunner.py
+++ b/pytouhou/vm/eclrunner.py
@@ -602,7 +602,7 @@ class ECLRunner(object):
 
 
     @instruction(75)
-    def set_bullet_attributes6(self, anim, sprite_idx_offset, bullets_per_shot,
+    def set_bullet_attributes7(self, anim, sprite_idx_offset, bullets_per_shot,
                                number_of_shots, speed, speed2, launch_angle,
                                angle, flags):
         #TODO