Pseudocode and stuff
This commit is contained in:
parent
7310c4fe96
commit
ee33f94b4b
466 changed files with 27770 additions and 276 deletions
|
|
@ -0,0 +1,41 @@
|
|||
function bigcan_gotHit() /* entry=170 class_id=0x0313 slot=0x06 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
ref, /* [BP+0Ah] type=0x69 */
|
||||
vel, /* [BP+0Ch] type=0x69 */
|
||||
fram, /* [BP-02h] type=0x69 */
|
||||
lid; /* [BP-04h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
fram = Item.getFrame(arg_06);
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
if retval goto block_01E8;
|
||||
|
||||
block_010B:
|
||||
if (fram != 2) goto block_0173;
|
||||
|
||||
block_0119:
|
||||
class_0A0C_slot_20(2);
|
||||
class_0A0C_slot_20(4, 5, 4);
|
||||
class_0A0C_slot_20(retval, 4);
|
||||
goto block_01E8;
|
||||
|
||||
block_0173:
|
||||
if (fram != 1) goto block_01B6;
|
||||
|
||||
block_0181:
|
||||
spawn class_0A1E_slot_28(pid, 0, 1, arg_06);
|
||||
suspend;
|
||||
goto block_01E8;
|
||||
|
||||
block_01B6:
|
||||
spawn class_0A1E_slot_28(pid, 0, 0, arg_06);
|
||||
suspend;
|
||||
|
||||
block_01E8:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue