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,19 @@
function onceegg_hatch() /* entry=341 class_id=0x0901 slot=0x07 */
{
var
referent, /* [BP+00h] type=0x69 */
item, /* [BP-02h] type=0x24 */
id, /* [BP-04h] type=0x69 */
qlo; /* [BP-06h] type=0x69 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
id = Intrinsic003F(arg_06);
item = *(arg_06);
qlo = Intrinsic00D9(item);
spawn class_0A18_slot_20(pid, (0 + 0x0080), item, arg_06);
suspend;
return;
}

View file

@ -0,0 +1,19 @@
function onceegg_unhatch() /* entry=341 class_id=0x0901 slot=0x15 */
{
var
referent, /* [BP+00h] type=0x69 */
item, /* [BP-02h] type=0x24 */
id, /* [BP-04h] type=0x69 */
qlo; /* [BP-06h] type=0x69 */
entry:
set_info(0x0239, *(arg_06));
process_exclude();
id = Intrinsic003F(arg_06);
item = *(arg_06);
qlo = Intrinsic00D9(item);
spawn class_0A18_slot_20(pid, (1 + 0x0080), item, arg_06);
suspend;
return;
}