Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
function lazerew_equip() /* entry=83 class_id=0x019C slot=0x0A */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getFrame(arg_06) < 4) goto block_046D;
|
||||
|
||||
block_03C9:
|
||||
if (arg_0A != 1) goto block_03E8;
|
||||
|
||||
block_03D7:
|
||||
spawn class_019C_slot_20(arg_06);
|
||||
goto block_046D;
|
||||
|
||||
block_03E8:
|
||||
if (arg_0A > 1) goto block_044D;
|
||||
|
||||
block_03F6:
|
||||
spawn class_019C_slot_20(arg_06);
|
||||
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
goto block_046D;
|
||||
|
||||
block_044D:
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
|
||||
block_046D:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue