2026-03-25 23:32:36 +01:00
|
|
|
function steamegg_hatch() /* entry=369 class_id=0x091D slot=0x07 */
|
|
|
|
|
{
|
|
|
|
|
var
|
|
|
|
|
referent, /* [BP+00h] type=0x69 */
|
|
|
|
|
sBox, /* [BP-02h] type=0x24 */
|
|
|
|
|
id; /* [BP-04h] type=0x69 */
|
|
|
|
|
|
2026-03-26 00:37:17 +01:00
|
|
|
set_info(0x0210, *(arg_06));
|
|
|
|
|
process_exclude();
|
|
|
|
|
id = Egg.getEggId(arg_06);
|
2026-03-26 22:10:48 +01:00
|
|
|
/* loop_selector sBox in nearby_items(shape=0x0500, origin=arg_06) */
|
2026-03-26 00:37:17 +01:00
|
|
|
while (!condition) {
|
|
|
|
|
if (Item.getQLo(sBox) == id) {
|
|
|
|
|
suspend;
|
2026-03-26 22:10:48 +01:00
|
|
|
spawn FREE.waitNTimerTicks(pid, 0x015E, 0x00000000);
|
2026-03-26 00:37:17 +01:00
|
|
|
suspend;
|
|
|
|
|
suspend;
|
|
|
|
|
}
|
2026-03-25 23:32:36 +01:00
|
|
|
/* loopnext */
|
2026-03-26 00:37:17 +01:00
|
|
|
}
|
|
|
|
|
return;
|
2026-03-25 23:32:36 +01:00
|
|
|
}
|