Search results

  1. fukurou

    pokemon 1307

    Spectrier @ Rocky Helmet Ability: Grim Neigh Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Taunt - Psychic - Tera Blast - Shadow Ball Calyrex @ Wise Glasses Ability: Unnerve Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Agility - Baton Pass -...
  2. fukurou

    [MEDIA]

  3. fukurou

    pokemon 1007

    Calyrex @ Lum Berry Ability: Unnerve Tera Type: Normal EVs: 252 HP / 252 Atk Careful Nature - Agility - Trick Room - Zen Headbutt - Facade
  4. fukurou

    pokemon 1007

    Dragonite @ Lum Berry Ability: Inner Focus Tera Type: Normal EVs: 252 HP / 140 Def / 116 SpD Careful Nature - Extreme Speed - Dragon Dance - Outrage - Fly
  5. fukurou

    pokemon 1007

    Calyrex-Ice @ Occa Berry Ability: As One (Glastrier) Tera Type: Psychic EVs: 252 HP / 252 Atk / 4 SpD Careful Nature - Trick Room - Glacial Lance - Zen Headbutt - Facade
  6. fukurou

    [MEDIA]

  7. fukurou

    pokemon 1007

    Glastrier @ Aguav Berry Ability: Chilling Neigh Tera Type: Normal EVs: 252 HP / 252 Atk / 4 SpD Careful Nature - Trailblaze - Zen Headbutt - Avalanche - Facade Calyrex @ Lum Berry Ability: Unnerve Tera Type: Rock EVs: 252 HP / 252 Atk Careful Nature - Agility - Trick Room -...
  8. fukurou

    [MEDIA]

  9. fukurou

    👨‍💻 dev AXMachineCode

    class AXMachineCode: def __init__(self): self.dic: dict[str, int] = {} def addKeyValuePair(self, key: str, value: int) -> AXMachineCode: self.dic[key] = value return self def getMachineCodeFor(self, key: str) -> int: if not key in self.dic...
  10. fukurou

    pokemon 080723

    Arceus @ Eject Pack Ability: Multitype Shiny: Yes Tera Type: Ground EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Hurricane - Thunder - Earth Power - Surf
  11. fukurou

    👨‍💻 dev command breaker auxiliary module

    public class AXCmdBreaker { private String conjuration; public AXCmdBreaker(String conjuration) { this.conjuration = conjuration; } public String extractCmdParam(String s1){ if (s1.contains(conjuration)){ return s1.replace(conjuration,"").trim()...
  12. fukurou

    pokemon 080723

    Espathra @ Focus Sash Ability: Opportunist Tera Type: Psychic EVs: 252 HP / 4 Def / 252 Spe Careful Nature - Baton Pass - Agility - Lumina Crash - Protect Muk-Alola @ Air Balloon Ability: Poison Touch Tera Type: Poison EVs: 252 Atk / 4 Def / 252 Spe Impish Nature -...
  13. fukurou

    👨‍💻 dev AXMachineCode

    public class AXInputWaiter { // wait for any input private TrgTolerance trgTolerance; public AXInputWaiter(int tolerance) { this.trgTolerance = new TrgTolerance(tolerance); trgTolerance.reset(); } public void reset(){ trgTolerance.reset(); }...
  14. fukurou

    👨‍💻 dev AXMachineCode

    public class AXMachineCode { private Hashtable<String,Integer> dic = new Hashtable<>(); public AXMachineCode addKeyValuePair(String key, int value){ dic.put(key,value); return this; } public int getMachineCodeFor(String key){ return...
  15. fukurou

    👨‍💻 dev AXMachineCode

  16. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    I'm gon take a duki then a shower, you do you
  17. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    the Dpaths algorithm is to costly. it's an exponential recursion algorithm, not viable. so suck a lemon IG :s47:
  18. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    operation DPaths ?! is that what you were up to ?!!!
Top