Open main menu

Difference between revisions of "SCUMM/V6 opcodes"

206 bytes added ,  13:45, 3 May 2007
→‎gt: added from http://www.scummvm.org/docs/specs/scrp-v6.php
(adding missing opcodes (still need information); typo; formatting)
(→‎gt: added from http://www.scummvm.org/docs/specs/scrp-v6.php)
Line 394: Line 394:


==gt==
==gt==
'''Encoding'''
''10''
'''Stack'''
''( value1 ,  value2  :  bool )''
'''Operation'''
If value1 > value2 , set bool to 1, otherwise set it to 0
Compares the top two values on the stack. Note the order.


==MM6D ifClassOfls==
==MM6D ifClassOfls==
334

edits