Mercurial > touhou
diff pytouhou/formats/ecl.py @ 50:811cefefb5c8
Fix a few bugs and add support for a few instructions
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 22 Aug 2011 21:16:47 +0200 |
parents | 25ca15f714ad |
children | 0707ff53e7b5 |
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py +++ b/pytouhou/formats/ecl.py @@ -51,8 +51,8 @@ class ECL(object): 59: ('iffi', 'move_to2'), 61: ('i', 'stop_in'), 63: ('i', None), - 65: ('ffff', None), - 66: ('', None), + 65: ('ffff', 'set_screen_box'), + 66: ('', 'clear_screen_box'), 67: ('hhiiffffi', 'set_bullet_attributes'), 68: ('hhiiffffi', 'set_bullet_attributes2'), 69: ('hhiiffffi', 'set_bullet_attributes3'),