Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,55 @@
|
|||
function podboy_gotHit() /* entry=129 class_id=0x022D slot=0x06 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
ref, /* [BP+0Ah] type=0x69 */
|
||||
vel, /* [BP+0Ch] type=0x69 */
|
||||
fram, /* [BP-02h] type=0x69 */
|
||||
counter, /* [BP-04h] type=0x69 */
|
||||
item; /* [BP-06h] type=0x24 */
|
||||
|
||||
entry:
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getFrame(arg_06) != 1) goto block_0222;
|
||||
|
||||
block_0218:
|
||||
fram = 22;
|
||||
goto block_025B;
|
||||
|
||||
block_0222:
|
||||
if (Item.getFrame(arg_06) != 2) goto block_023B;
|
||||
|
||||
block_0231:
|
||||
fram = 11;
|
||||
goto block_025B;
|
||||
|
||||
block_023B:
|
||||
if (Item.getFrame(arg_06) != 3) goto block_0254;
|
||||
|
||||
block_024A:
|
||||
fram = 0;
|
||||
goto block_025B;
|
||||
|
||||
block_0254:
|
||||
fram = 34;
|
||||
|
||||
block_025B:
|
||||
spawn class_022D_slot_20(*(arg_06), 0x00000000);
|
||||
spawn class_0A1E_slot_28(pid, 0, 1, arg_06);
|
||||
suspend;
|
||||
counter = 0;
|
||||
|
||||
block_02FA:
|
||||
if (counter <= 10) goto block_0348;
|
||||
|
||||
block_0302:
|
||||
spawn class_0A0C_slot_32(pid, (15 - counter), 0x00000000);
|
||||
suspend;
|
||||
counter = (1 + counter);
|
||||
goto block_02FA;
|
||||
|
||||
block_0348:
|
||||
return;
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
function podboy_slot_20() /* entry=129 class_id=0x022D slot=0x20 */
|
||||
{
|
||||
var
|
||||
ref, /* [BP+06h] type=0x69 */
|
||||
item, /* [BP-02h] type=0x24 */
|
||||
spooge, /* [BP-04h] type=0x24 */
|
||||
fram, /* [BP-06h] type=0x69 */
|
||||
counter; /* [BP-08h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(1, 0);
|
||||
item = ref;
|
||||
fram = (Intrinsic00DA(3, 0) * 8);
|
||||
counter = 0;
|
||||
|
||||
block_0150:
|
||||
if (counter <= 5) goto block_01BB;
|
||||
|
||||
block_0158:
|
||||
|
||||
block_0173:
|
||||
if Item.touch(0x0094, spooge) goto block_01AE;
|
||||
|
||||
block_0185:
|
||||
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
|
||||
suspend;
|
||||
goto block_0173;
|
||||
|
||||
block_01AE:
|
||||
counter = (1 + counter);
|
||||
goto block_0150;
|
||||
|
||||
block_01BB:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue