diff options
-rw-r--r-- | pokemontools/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index ca7e9b8..3eed593 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -220,7 +220,7 @@ def clean_up_long_info(long_info): def get_pokemon_constant_by_id(id): if id == 0: - return None + return None else: return pokemon_constants.pokemon_constants[id] |