30 lines
576 B
Text
30 lines
576 B
Text
function espace_enterFastArea() /* entry=179 class_id=0x0336 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();
|
|
if (Item.getFrame(arg_06) == 1) {
|
|
return;
|
|
}
|
|
else {
|
|
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;
|
|
}
|