List of Opcodes: Difference between revisions
Happylappy (talk | contribs) m Add Item Table Descriptions for item_SetTableData |
Document BranchVariation |
||
| Line 7,147: | Line 7,147: | ||
|} | |} | ||
=== 0x36 - BranchVariation === | === 0x36 - BranchVariation === | ||
Used for demo cutscenes. | |||
Jumps to the specified address if the first parameter is 0. On the demo version of the game, jumps if the first parameter is 3. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 7,160: | Line 7,162: | ||
|uint | |uint | ||
|param | |param | ||
| | |Unknown. Always 3. | ||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
|jump_address | |jump_address | ||
| | |Address to jump to. | ||
|} | |} | ||
=== 0x37 - Call === | === 0x37 - Call === | ||