Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
function windsurf_unequip() /* entry=180 class_id=0x0337 slot=0x0B */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
var, /* [BP+0Ah] type=0x69 */
|
||||
item; /* [BP-02h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x0212, *(arg_06));
|
||||
process_exclude();
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loop current_var=0xFE string_bytes=0x1 loop_type=0x2 */
|
||||
|
||||
block_01C1:
|
||||
if condition goto block_0200;
|
||||
|
||||
block_01C4:
|
||||
if (item != *(arg_06)) goto block_01FC;
|
||||
|
||||
block_01D7:
|
||||
if Item.overlaps(item, arg_06) goto block_01FC;
|
||||
|
||||
block_01E8:
|
||||
spawn class_0337_gotHit(0, item, arg_06);
|
||||
|
||||
block_01FC:
|
||||
/* loopnext */
|
||||
goto block_01C1;
|
||||
|
||||
block_0200:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue