smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.77k stars 2.79k forks source link

Packed team format documentation incorrect #5145

Closed davidstone closed 5 years ago

davidstone commented 5 years ago

https://github.com/Zarel/Pokemon-Showdown/blob/master/PROTOCOL.md#team-format

The example shows HAPPINESS, POKEBALL, and HIDDENPOWERTYPE as being separated by '|', but the format string shows them separated by ','.

davidstone commented 5 years ago

Nevermind, I miscounted the '|' in the examples.

Zarel commented 5 years ago

If POKEBALL and HIDDENPOWERTYPE are both blank, the commas will be left off.

;)

Zarel commented 5 years ago

It sounds like you're making a bot, by the way. If so, I'm looking forward to looking at it. Is it open-source somewhere?

davidstone commented 5 years ago

Yes: https://bitbucket.org/davidstone/technical-machine and https://www.smogon.com/forums/threads/technical-machine-update.3644813/