Skip to content
Open
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
1 change: 1 addition & 0 deletions data/v2/csv/pokemon_move_method_prose.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pokemon_move_method_id,local_language_id,name,description
0,9,Null,Learned without any particular method.
1,5,Montée de niveau,"Appris lorsqu’un Pokémon atteint un certain niveau."
1,6,Level up,"Wird gelernt, wenn ein Pokémon ein bestimmtes Level erreicht."
1,7,Nivel,Se aprende cuando un pokemon alcanza un cierto nivel.
Expand Down
1 change: 1 addition & 0 deletions data/v2/csv/pokemon_move_methods.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
id,identifier
0,null
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say this is more of a move tutor situation. Plus, I don't think the API can handle IDs below 1. Making a local version of the database shows it assigns them to zygarde-cube instead.

1,level-up
2,egg
3,tutor
Expand Down
Loading