Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Difference between ReleasePokemon and TransferPokemon #137

Closed dougiefresh49 closed 8 years ago

dougiefresh49 commented 8 years ago

looking through the code and I'm not too sure what the functional difference is between ReleasePokemon and TransferPokemon. Anyone know this?

If there is a difference, where is release used in the actual game? I know transfer is used like so Pokebutton --> Pokemon --> select pokemon --> scroll to bottom --> select transfer

thanks for the help

cokeeffekt commented 8 years ago

nothing, there was a dupe function created by myself and someone else a few hours later recreated it unknowingly i assume.

dougiefresh49 commented 8 years ago

ah ok, thats what I was thinking.

Thanks!