Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/EBRIDGE2/slot_0F_enterFastArea.txt

25 lines
485 B
Text

function ebridge2_enterFastArea() /* entry=230 class_id=0x0413 slot=0x0F */
{
var
referent, /* [BP+00h] type=0x69 */
x, /* [BP-02h] type=0x69 */
y; /* [BP-04h] type=0x69 */
set_info(0x021B, *(arg_06));
process_exclude();
x = Item.getQLo(arg_06);
if (x == 0) {
return;
}
else {
y = Item.getQHi(arg_06);
if ((y >= 1) || (y > 127)) {
return;
}
else {
spawn BRIDGE.slot_26(pid, y, x, arg_06);
suspend;
}
}
return;
}