Find legal Pokémon that learn a move (Pokémon Champions)
find_pokemon_by_moveGiven a move and a Pokémon Champions regulation, list all legal Pokémon that can learn it. Answers 'who can run this move?' for team building.
Instructions
Given a move and a Pokémon Champions regulation (e.g. "m-b"), list every Pokémon that is legal in that regulation AND can learn the move. Answers "who can run Fake Out in M-B?" or "which legal mons get Spore?". Learnsets come from the Champions dex; the move's type/category/base power are included when the engine knows the move. NOTE: Champions publishes no per-move bans, so "legal move" means a legal Pokémon can learn it. Defaults to regulation "m-b".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | Yes | Move name, e.g. "Fake Out", "Will-O-Wisp", "Spore". | |
| regulation | No | Regulation id (e.g. "m-b"). Defaults to "m-b". |