diff pytouhou/formats/anm0.py @ 245:d3ba32a9096e

Implement ANM0 instruction 29 and fix 24
author Thibaut Girka <thib@sitedethib.com>
date Mon, 02 Jan 2012 18:46:55 +0100
parents 901489c21d19
children dbb1a86c0235
line wrap: on
line diff
--- a/pytouhou/formats/anm0.py
+++ b/pytouhou/formats/anm0.py
@@ -64,6 +64,7 @@ class Animations(object):
                      26: ('i', 'set_automatic_orientation'),
                      27: ('f', 'shift_texture_x'),
                      28: ('f', 'shift_texture_y'),
+                     29: ('i', 'set_visible'),
                      30: ('ffi', 'scale_in'),
                      31: ('i', None)}