Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -5,26 +5,21 @@ function pplate2_equip() /* entry=80 class_id=0x0199 slot=0x0A */
|
|||
var, /* [BP+0Ah] type=0x69 */
|
||||
ff; /* [BP-02h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
ff = Item.getFrame(arg_06);
|
||||
if (ff & 1) goto block_0164;
|
||||
|
||||
block_0104:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
ff = Item.getFrame(arg_06);
|
||||
if (!(ff & 1)) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
spawn class_0A18_slot_20(pid, 1, *(arg_06), arg_06);
|
||||
suspend;
|
||||
goto block_01C1;
|
||||
|
||||
block_0164:
|
||||
return;
|
||||
}
|
||||
else {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
spawn class_0A18_slot_20(pid, 0, *(arg_06), arg_06);
|
||||
suspend;
|
||||
|
||||
block_01C1:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue