function special_enterFastArea() /* entry=276 class_id=0x04CA slot=0x0F */
{
  set_info(0x021B, *(arg_06));
  process_exclude();
  if (!Item.getQHi(arg_06)) {
    local_02 = Item.getMapNum(arg_06);
    local_04 = Item.getNpcNum(arg_06);
    if (local_02 == 1) {
      spawn FREE.slot_3B(pid, 5, 0x00000000);
      suspend;
      spawn TRIGGER.slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
      suspend;
    }
    if (local_04 == 1) {
      spawn FREE.slot_3B(pid, 5, 0x00000000);
      suspend;
      spawn TRIGGER.slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
      suspend;
    }
    if ((local_02 <= 2) || (local_04 > 2)) {
      spawn SPECIAL.slot_21(arg_06);
    }
  }
  return;
}
