Weird, I’ll re-add thesefor some reason, mimic and hypnosis seem to not exist in gen 1, at least for me.
they did work like 1 hour ago, but now they just don't exist edit: mega kick too
View attachment 214205
Was FixedGorilla Tactics does not factor in the attack boost
was fixedI noticed Body Press isn't calculating properly. Its using the attack stat rather than your defense stat to calculate damage. I know you guys are still very much updating for gen 8 but I thought I'd leave a notice just in case it was overlooked.
sorry I’ve had this done on an unpushed branch for a while, pushedFor the Sword/Shield Smogon Analysis link, the URL comes out to 'https://smogon.com/dex/undefined/pokemon/abomasnow/', which should probably be SS (it works for SM analyses).
Tried this on Edge & Firefox.
Edit: gonna made a branch on github to see if I can try & fix this
Edit: lack permission to push up to a branch (and also getting errors when I try and run it locally) so whoever can should just have to change smogonAnalysis() function in shared_analysis.js to:
JavaScript:function smogonAnalysis(pokemonName) { var generation = ["rb", "gs", "rs", "dp", "bw", "xy", "sm", "ss"][gen - 1]; return "https://smogon.com/dex/" + generation + "/pokemon/" + pokemonName.toLowerCase() + "/"; }
on a side note. Sorry everyone I stopped reviewing notifications on this thread for some reason. I’ll get to doing/starting all the requests probably next week. I’ve also changed my notifications so I receive email notifications as well to prevent this from happening again
Last edited: