You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make all_moves be loaded recursively: Moves from gen 1 are merged to gen 2 moves, and same between gen3, gen4, gen5, gen 6 moves.
So in the python script only add moves for new gens when they aren't in the older gen. Also fix pokemoninfo so that moves between gens are combined. (aka pokemoninfo.moves(poke, 5) will return moves from gen3,4,5 combined, using a .concat probably)
The text was updated successfully, but these errors were encountered:
Make all_moves be loaded recursively: Moves from gen 1 are merged to gen 2 moves, and same between gen3, gen4, gen5, gen 6 moves.
So in the python script only add moves for new gens when they aren't in the older gen. Also fix pokemoninfo so that moves between gens are combined. (aka pokemoninfo.moves(poke, 5) will return moves from gen3,4,5 combined, using a .concat probably)
The text was updated successfully, but these errors were encountered: