Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -5,19 +5,14 @@ function l_ew_2_gotHit() /* entry=103 class_id=0x01D0 slot=0x06 */
|
|||
ref, /* [BP+0Ah] type=0x69 */
|
||||
vel; /* [BP+0Ch] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
if (ref != Item.pop()) goto block_0154;
|
||||
|
||||
block_00F9:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
if (ref == getTargetNPCNumMaybe()) {
|
||||
spawn class_0A0F_slot_20(arg_06);
|
||||
spawn class_0A18_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
|
||||
block_0154:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,6 @@
|
|||
function l_ew_2_unequip() /* entry=103 class_id=0x01D0 slot=0x0B */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0212, *(arg_06));
|
||||
process_exclude();
|
||||
if (!Item.getFrame(arg_06)) goto block_01FA;
|
||||
|
||||
block_01EC:
|
||||
|
||||
block_01FA:
|
||||
return;
|
||||
|
||||
set_info(0x0212, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,6 @@
|
|||
function l_ew_2_enterFastArea() /* entry=103 class_id=0x01D0 slot=0x0F */
|
||||
{
|
||||
entry:
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
if (!Item.getFrame(arg_06)) goto block_01AF;
|
||||
|
||||
block_01A1:
|
||||
|
||||
block_01AF:
|
||||
return;
|
||||
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
function l_ew_2_avatarStoleSomething() /* entry=103 class_id=0x01D0 slot=0x13 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x022E, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
|
||||
set_info(0x022E, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue