Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -5,11 +5,9 @@ function mdoor_e_gotHit() /* entry=7 class_id=0x0046 slot=0x06 */
|
|||
ref, /* [BP+0Ah] type=0x69 */
|
||||
vel; /* [BP+0Ch] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A06_slot_23(pid, vel, ref, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
spawn class_0A06_slot_23(pid, vel, ref, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,14 +4,7 @@ function mdoor_e_enterFastArea() /* entry=7 class_id=0x0046 slot=0x0F */
|
|||
referent, /* [BP+00h] type=0x69 */
|
||||
item; /* [BP-02h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.callEvent0A(arg_06) != 0x00FF) goto block_0145;
|
||||
|
||||
block_0101:
|
||||
|
||||
block_0145:
|
||||
return;
|
||||
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,12 +7,10 @@ function mdoor_e_avatarStoleSomething() /* entry=7 class_id=0x0046 slot=0x13 */
|
|||
item2, /* [BP-04h] type=0x24 */
|
||||
door; /* [BP-06h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x022E, *(arg_06));
|
||||
process_exclude();
|
||||
door = *(arg_06);
|
||||
spawn class_0A06_slot_22(pid, door);
|
||||
suspend;
|
||||
return;
|
||||
|
||||
set_info(0x022E, *(arg_06));
|
||||
process_exclude();
|
||||
door = *(arg_06);
|
||||
spawn class_0A06_slot_22(pid, door);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue