Advertisement
name8888less

SgPokeMap Filter Yamask/Large & Super Pump

Oct 23rd, 2022 (edited)
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:function refreshPokemons(){if(shouldUpdate){for(var e=[],o=Math.floor(Date.now()/1e3)-timeOffset,m=0;m<pokemons.length;++m)((r=pokemons[m]).despawn<o-10||!isPokemonChecked(r.id)&&!shouldTurnFilterOff())&&e.push(m);for(m=e.length-1;0<=m;--m)pokemons.splice(e[m],1),(a=markers[e[m]]).removeFrom(map),markers.splice(e[m],1);for(m=0;m<pokemons.length;++m){var r,n=((r=pokemons[m]).attack+r.defence+r.stamina)/45*100,a=markers[m],i=min_iv;0==min_iv&&(i=-100),i<=n||shouldTurnFilterOff()?(i=562==r.id,n=2643==r.form||2644==r.form,i||n?a._map||a.addTo(map):a._map&&a.removeFrom(map)):a._map&&a.removeFrom(map)}if(shouldShowTimers())for(m=0;m<markers.length;++m){var s=map.getBounds(),t=markers[m];s.contains(t.getLatLng())&&$(t._icon).find(".pokemon_icon_timer").html(timeToString(pokemons[m].remainingTime()))}}}
Tags: sgpokemap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement