Recent content by pre

  1. pre

    Programming Pokémon Showdown Randbats Tooltip

    Yes, Rotom-Mow was updated but it would appear the server only just was updated to include it 30 minutes ago: A core assumption of the plugin is that it usually will not take multiple days for an admin to update things, sorry!
  2. pre

    overdue

    overdue
  3. pre

    RBY Link Battle Initial RNG - An Unnecessary, Incredibly Extra Look Into Yet Another Cart Accuracy Moment

    OK, because there still seems to be disagreement over the size of the link battle RNG seed in RBY I did the following: 1. Using mGBA and a Pokémon Red ROM, I used "File > New multiplayer window" to set up paired instances and then proceeded to enter a link battle in both windows in a Pokémon...
  4. pre

    RBY Link Battle Initial RNG - An Unnecessary, Incredibly Extra Look Into Yet Another Cart Accuracy Moment

    I'm curious why you would dismiss SnowyTotodile's research when it agrees with the comment in the code in your screenshot ("if we picked the last seed, we need to recalculate the nine seeds", emphasis mine) and the most straightforward reading of the code? I would suggest setting up a memory...
  5. pre

    probably been doing this too long. nice pfp

    probably been doing this too long. nice pfp
  6. pre

    it is a poignant reminder said ratio has no meaning

    it is a poignant reminder said ratio has no meaning
  7. pre

    Programming Pokémon Showdown Randbats Tooltip

    The calculator and tooltip are using the exact same source of data, the tooltip has just correctly filtered out the tera types not possible given the revealed moves (Tyranitar with Dragon Dance cannot currently be Tera Poison). Greninja is a separate bug unique to Greninja and exacerbated by...
  8. pre

    Programming Pokémon Showdown Randbats Tooltip

    In the future, please refrain from reporting bugs in this thread for extensions not linked in the OP (perhaps reach out to the respective authors directly). Thanks for reporting! This actually affected all instances where stats differ from the current generation (ie. including the various gens...
  9. pre

    Programming Pokémon Showdown Randbats Tooltip

    Chrome has decided to approve the republished extension which is great, as it will make it much easier for those who want to have their extension auto update after official releases! wtherockb opened a PR a while back for this (thanks!) and my reasoning for not including it still holds (the...
  10. pre

    Programming Pokémon Showdown Randbats Tooltip

    Pokémon Showdown Randbats Tooltip v1.3.0 Support has been added for the brand new "[Gen 9] Random Battle" format. In the new format, instead of having a single set of options like in past formats, Pokémon can now have one or more roles which each have their own set options. The tooltip will...
  11. pre

    Most common moves? [Gen9]

    You use these to compute whatever aggregated stats you want. I think I did something similar to what you're looking for on a whim a couple years ago (based on the hardcoded URL in the code it looks like Feb 2020) - its throwaway code and now almost 3 years out of date but it demonstrates an...
  12. pre

    why the fuck are you still here

    why the fuck are you still here
  13. pre

    Programming Pokémon Showdown Randbats Tooltip

    I will be releasing v1.3.0 sometime over the next few weeks with support for Generation 9 - if you have installed the extension manually from source you'll have to check the release page periodically to figure out when it drops. In the meantime I've updated the tooltip to include computed...
  14. pre

    Programming Showdex - An Auto-Updating Damage Calculator Built into Showdown!

    AFAICT you are not in fact using pkmn/stats in the showdex (at least not directly) - that is what computes the stats and reports for https://www.smogon.com/stats/, the data you're actually using for stats is generated by this script (I should note that "some crazy victoryChance statistic" is in...
  15. pre

    Programming Pokémon Showdown Randbats Tooltip

    I appreciate everyone's interest in the tooltip (possibly driven by freezai's videos) - it reached over 10k active users before drawing the attention of the powers that be. I expect that someone else could try to upload the tooltip with a different name ("Showdown Randbats Tooltip"?) and without...
Back
Top