cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

PokemonMove has no value for 242 #67

Open ifhbiff opened 7 years ago

ifhbiff commented 7 years ago

I'm assuming this is Ditto and Transform, but when trying to do option 1 (View Pokemon), I am now getting:

Value Error: Enum PokemonMove has no name defined for value 242.

EDIT: I was able to add it to the two placed in the PokemonMove_pb2 and then compile and it worked.