Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -24,14 +24,14 @@ function steam_slot_20() /* entry=391 class_id=0x0A15 slot=0x20 */
|
|||
if condition goto block_01F4;
|
||||
|
||||
block_0150:
|
||||
if Item.isNpc(item) goto block_01F0;
|
||||
if Actor.isNPC(item) goto block_01F0;
|
||||
|
||||
block_015F:
|
||||
if Item.overlaps(*(arg_06), item) goto block_01F0;
|
||||
|
||||
block_0172:
|
||||
n = item;
|
||||
if (n != Item.pop()) goto block_01C4;
|
||||
if (n != getTargetNPCNumMaybe()) goto block_01C4;
|
||||
|
||||
block_018A:
|
||||
class_0A11_slot_2B(n);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ function steam_slot_21() /* entry=391 class_id=0x0A15 slot=0x21 */
|
|||
if (ref < 0x00FF) goto block_0330;
|
||||
|
||||
block_02A8:
|
||||
if (ref != Item.pop()) goto block_02E3;
|
||||
if (ref != getTargetNPCNumMaybe()) goto block_02E3;
|
||||
|
||||
block_02B9:
|
||||
goto block_031C;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue