Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/SPECIAL/slot_10_leaveFastArea.txt
2026-03-25 23:32:36 +01:00

25 lines
543 B
Text

function special_leaveFastArea() /* entry=272 class_id=0x04CA slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
if Item.hurl(arg_06) goto block_07FB;
block_0781:
if (Item.getMapNum(arg_06) != 2) goto block_07BE;
block_0793:
spawn class_0A18_slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
suspend;
block_07BE:
if (Intrinsic00FA(arg_06) != 2) goto block_07FB;
block_07D0:
spawn class_0A18_slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
suspend;
block_07FB:
return;
}