function hover_slot_23() /* entry=383 class_id=0x0A0D slot=0x23 */
{
  var
    referent, /* [BP+00h] type=0x69 */
    ref, /* [BP+0Ah] type=0x69 */
    check, /* [BP+0Ch] type=0x62 */
    cargo, /* [BP-02h] type=0x24 */
    item, /* [BP-04h] type=0x24 */
    hover, /* [BP-06h] type=0x24 */
    dx, /* [BP-08h] type=0x69 */
    dy, /* [BP-0Ah] type=0x69 */
    dz, /* [BP-0Ch] type=0x69 */
    firstEgg, /* [BP-0Eh] type=0x69 */
    link, /* [BP-10h] type=0x69 */
    x, /* [BP-12h] type=0x69 */
    y, /* [BP-14h] type=0x69 */
    z; /* [BP-15h] type=0x62 */

  set_info(1, 0);
  hover = ref;
  if ((check == 1) && (Item.inFastArea(hover) != 1)) {
    return;
  }
  else {
    firstEgg = (Item.getQHi(hover) & 15);
    link = Item.getQLo(hover);
    /* loop_selector item in nearby_items(shape=NUMBERS, origin=ref) */
    while (!condition) {
      if (Item.getFrame(item) == firstEgg) {
        if ((link == 0) || (link != Item.getQLo(item))) {
          x = Item.getX(item);
          y = Item.getY(item);
          z = Item.getZ(item);
          dx = (x - Item.getX(hover));
          dy = (y - Item.getY(hover));
          dz = (z - Item.getZ(hover));
          /* loopscr value_u8=0x24 */
          /* loop current_var=0xFE string_bytes=0x1 loop_type=0x6 */
          while (!condition) {
            /* loopnext  */
          }
          return;
        }
      }
      /* loopnext  */
    }
  }
  return;
}
