This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,50 @@
function y_pool_gotHit() /* entry=67 class_id=0x015E slot=0x06 */
{
var
referent, /* [BP+00h] type=0x69 */
ref, /* [BP+0Ah] type=0x69 */
vel, /* [BP+0Ch] type=0x69 */
item; /* [BP-02h] type=0x24 */
entry:
set_info(0x020C, *(arg_06));
process_exclude();
item = ref;
class_0A0C_slot_2C(vel, ref);
if (retval != 4) goto block_012F;
block_010A:
spawn class_0A1E_slot_28(pid, 1, 1, arg_06);
suspend;
block_012F:
if ((ref <= 0x0100) && (ref != Item.pop())) goto block_014D;
block_0147:
goto block_01C2;
block_014D:
if 1 goto block_01C2;
block_0155:
/* global_address global_id=0x3C */
if Item.use(*(arg_06)) goto block_01B9;
block_0169:
class_0A0C_slot_20(8, 10);
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
suspend;
goto block_01BF;
block_01B9:
goto block_01C2;
block_01BF:
goto block_014D;
block_01C2:
return;
}