This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
forked from veekun/pokedex
-
Notifications
You must be signed in to change notification settings - Fork 38
Hisui #95
Merged
Merged
Hisui #95
Changes from 9 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1d73943
feat: adding new gen 8 data from Legends: Arceus
anhthang f8d48fc
feat: adding 16 new hisuian forms, new forms for dialga, palkia, basc…
anhthang 8ffb6e2
feat: add pokemon forms
anhthang 6bd29fa
fix: update Basculegion Female, Enamorus Therian
anhthang 897ec35
feat: add pokemon name in ko,fr,de. version name in other languages
anhthang d24039d
fix: gender rate
anhthang 5ae01ee
Merge branch 'master-pokeapi' into hisui
anhthang 1cb7a6d
fix: update versions, version groups
anhthang 960a2d1
fix: flavor text
anhthang 21cb732
fix: remove additional flavor text
anhthang dcab074
fix: update shape_id, has_gender_differences, forms_switchable
anhthang 5f24c48
feat: add missing flavor text
anhthang 5caf8e2
fix: double quotes
anhthang 1f194f7
fix: add form order
anhthang 77fb639
feat: add version names for newly added versions
anhthang 1fe327a
fix: add missing form order
anhthang 3ccd8c5
fix: overqwil ability
anhthang c142c8f
fix: trim space
anhthang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1153,3 +1153,10 @@ species_id,egg_group_id | |
896,15 | ||
897,15 | ||
898,15 | ||
899,5 | ||
900,3 | ||
901,5 | ||
902,12 | ||
903,5 | ||
904,12 | ||
905,15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, here the data lacks information. By building the DB I get that:
I guess we should try to fill all the columns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the build: https://app.circleci.com/pipelines/github/PokeAPI/pokeapi/511/workflows/19090bb7-cda9-40cb-8187-9002a65fca2a/jobs/1228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Naramsim updated in last commit