mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Moved Gen-I internal Pokémon IDs to their own Pokédex.
This commit is contained in:
parent
3b88a83fff
commit
a2b0218035
2 changed files with 506 additions and 507 deletions
File diff suppressed because it is too large
Load diff
|
@ -305,7 +305,6 @@ class Pokemon(TableBase):
|
|||
capture_rate = Column(Integer, nullable=False)
|
||||
base_experience = Column(Integer, nullable=False)
|
||||
base_happiness = Column(Integer, nullable=False)
|
||||
gen1_internal_id = Column(Integer)
|
||||
is_baby = Column(Boolean, nullable=False)
|
||||
has_gen4_fem_sprite = Column(Boolean, nullable=False)
|
||||
has_gen4_fem_back_sprite = Column(Boolean, nullable=False)
|
||||
|
|
Loading…
Reference in a new issue