This repository provides the code for a Pokémon Showdown Battle helper tool which can analyze replays, look at all teams posted on Smogon and performs damage calcs on every new matchup (use Showdex!
This project is in a Beta phase, so use it with the knowledge that it might break!
Any issue or merge request is appreciated.
- Install the Tampermonkey addon here: Tampermonkey Homepage
- Select the
BattleHelper
asset in this repo found under Releases- This downloads the
battlehelper.js
which contains the source code needed
- This downloads the
- Open the
battlehelper.js
with an editor and copy the source code - Open Tampermonkey in your browser and click the
Add Script
tab (icon with a plus symbol) - Paste the source into the script window and hit save
pnpm install
pnpm build
pnpm lint
When in a battle, click on the Battle Options
button and then on the Battle Helper
option.
The SmogonDump in action:
The ReplayScouter in action:
As previously said, any feedback or bug report is welcomed in the Issues tab.