Mercurial > touhou
comparison 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 |
comparison
equal
deleted
inserted
replaced
49:cbe1cb50f2fd | 50:811cefefb5c8 |
---|---|
49 56: ('iffi', None), | 49 56: ('iffi', None), |
50 57: ('ifff', 'move_to'), | 50 57: ('ifff', 'move_to'), |
51 59: ('iffi', 'move_to2'), | 51 59: ('iffi', 'move_to2'), |
52 61: ('i', 'stop_in'), | 52 61: ('i', 'stop_in'), |
53 63: ('i', None), | 53 63: ('i', None), |
54 65: ('ffff', None), | 54 65: ('ffff', 'set_screen_box'), |
55 66: ('', None), | 55 66: ('', 'clear_screen_box'), |
56 67: ('hhiiffffi', 'set_bullet_attributes'), | 56 67: ('hhiiffffi', 'set_bullet_attributes'), |
57 68: ('hhiiffffi', 'set_bullet_attributes2'), | 57 68: ('hhiiffffi', 'set_bullet_attributes2'), |
58 69: ('hhiiffffi', 'set_bullet_attributes3'), | 58 69: ('hhiiffffi', 'set_bullet_attributes3'), |
59 70: ('hhiiffffi', 'set_bullet_attributes4'), | 59 70: ('hhiiffffi', 'set_bullet_attributes4'), |
60 71: ('hhiiffffi', 'set_bullet_attributes5'), | 60 71: ('hhiiffffi', 'set_bullet_attributes5'), |