MDFowler / Showdown-Parser

Takes the battle log from Pokemon Showdown and records a player's team
1 stars 1 forks source link

If two Pokemon share a nickname there is no way to discern between to two #12

Closed MDFowler closed 9 years ago

MDFowler commented 9 years ago

Nicknames don't have to be unique. Should run tests to see how it shows up in the source code of course.

Initial thoughts - Check to see if any poke has more than 4 moves then place it in an error folder. Can still cause situations where it breaks if the number of moves used by both pokes in total is less than 5.

MDFowler commented 9 years ago

Just did a test bringing two pokemon with the same nickname to a game. Showdown doesn't let you do that, so this issue is moot.