changeset 1:57667251d040

Oops
author Thibaut Girka <thib@sitedethib.com>
date Mon, 01 Aug 2011 15:44:46 +0200
parents 6b2c7af2384c
children 057cb96907e3
files pytouhou/formats/std.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pytouhou/formats/std.py
+++ b/pytouhou/formats/std.py
@@ -79,7 +79,8 @@ class Stage(object):
             if size != 0x0c:
                 raise Exception #TODO
             data = file.read(12)
-            #TODO: do something useful with this
+            #TODO: maybe add another class for instructions...
+            stage.script.append((frame, message_type, data))
 
         return stage