kipyin/pokemaster

Use the species identifier as the argument, not the growth rate ID

Closed this issue · 0 comments

def experience(
growth_rate_id: int, level: int = None, experience: int = None
) -> tb.Experience:

Change growth_rate_id to species_identifier will make this function much easier (and clearer) to use.