-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you get data on the pokemon you just caught? #243
Comments
I enabled CapturedPokemonId in pokemon.proto and changed to a fixed64. I also enabled CaptureAward in pokemon.proto. Now I at least get something good.
But now how would I take that Pokemon ID and get info on that pokemon? |
how do you get CaptureAward? when you EncounterPokemon it's will callback some data like pokemon ID |
EncounterPokemon second callback like this { WildPokemon: |
To enable CaptureAward I just went into pokemon.proto and enabled it. It is commented out for some reason. |
Thanks for this! |
Using pokeAPI.CatchPokemon, I just get back a CatchPokemonResponse with a status and MissPercent.
Other than checking the inventory, how do I get information (id, type, cp, etc) on the Pokemon that was caught?
The text was updated successfully, but these errors were encountered: