Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/MISS10/slot_07_hatch.txt

20 lines
497 B
Text

function miss10_hatch() /* entry=362 class_id=0x0916 slot=0x07 */
{
var
referent, /* [BP+00h] type=0x69 */
item; /* [BP-02h] type=0x24 */
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
if (global[0x0029] == 1) {
spawn FREE.slot_26(pid, "10g", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
}
}
if (Egg.getEggId(arg_06) == 2) {
/* pop_global global_id=0x37 size=0x1 */
}
return;
}