31 lines
585 B
Text
31 lines
585 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 */
|
|
|
|
entry:
|
|
set_info(0x021B, *(arg_06));
|
|
process_exclude();
|
|
x = Item.fall(arg_06);
|
|
if (x != 0) goto block_0117;
|
|
|
|
block_0111:
|
|
goto block_0161;
|
|
|
|
block_0117:
|
|
y = Intrinsic009C(arg_06);
|
|
if ((y < 1) || (y > 127)) goto block_013C;
|
|
|
|
block_0136:
|
|
goto block_0161;
|
|
|
|
block_013C:
|
|
spawn class_0A03_slot_26(pid, y, x, arg_06);
|
|
suspend;
|
|
|
|
block_0161:
|
|
return;
|
|
|
|
}
|