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,9 @@
function miss12_cachein() /* entry=364 class_id=0x0918 slot=0x04 */
{
entry:
set_info(0x0213, *(arg_06));
process_exclude();
/* pop_global global_id=0x1F size=0x1 */
return;
}

View file

@ -0,0 +1,30 @@
function miss12_hatch() /* entry=364 class_id=0x0918 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);
if id goto block_01D0;
block_0134:
if global[0x002B] goto block_01D0;
block_013E:
spawn class_0A0C_slot_26(pid, "12e", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
item = *(arg_06);
qlo = Item.getQHi(item);
spawn class_0A18_slot_20(pid, (0 + 0x0080), item, arg_06);
suspend;
block_01D0:
return;
}