Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/v2/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def csv_record_to_objects(info):
"ultra-sun-ultra-moon",
],
"generation-viii": [
"brilliant-diamond-and-shining-pearl",
"brilliant-diamond-shining-pearl",
"legends-arceus",
"sword-shield",
],
Expand Down
2 changes: 1 addition & 1 deletion data/v2/csv/version_groups.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ id,identifier,generation_id,order
20,sword-shield,8,22
21,the-isle-of-armor,8,23
22,the-crown-tundra,8,24
23,brilliant-diamond-and-shining-pearl,8,25
23,brilliant-diamond-shining-pearl,8,25
24,legends-arceus,8,26
25,scarlet-violet,9,27
26,the-teal-mask,9,28
Expand Down
2 changes: 1 addition & 1 deletion pokemon_v2/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4671,7 +4671,7 @@ def get_pokemon_cries(self, obj):
# "url": "https://pokeapi.co/api/v2/move-learn-method/1/"
# },
# "version_group": {
# "name": "brilliant-diamond-and-shining-pearl",
# "name": "brilliant-diamond-shining-pearl",
# "url": "https://pokeapi.co/api/v2/version-group/23/"
# }
# },
Expand Down
2 changes: 1 addition & 1 deletion pokemon_v2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def setup_type_sprites_data(cls, type):
"ultra-sun-ultra-moon",
],
"generation-viii": [
"brilliant-diamond-and-shining-pearl",
"brilliant-diamond-shining-pearl",
"legends-arceus",
"sword-shield",
],
Expand Down