function monster_enterFastArea() /* entry=278 class_id=0x04D0 slot=0x0F */
{
  set_info(0x021B, *(arg_06));
  process_exclude();
  if (Item.getFrame(arg_06) == 0) {
    local_02 = Item.getMapNum(arg_06);
    if (!(local_02 & 8)) {
      spawn MONSTER.equip(pid, 0, arg_06);
      suspend;
    }
  }
  return;
}
