Update machines - #1091
Conversation
This is just to prepare the addition of the Gen IX machines.
These were extracted and converted programmatically, but it seems likely the source doesn't have complete information judging by the disparity in apparent availability between *Teal Mask* and *Indigo Disk*.
|
Thanks a lot! Contributions are much appreciated! |
|
A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
|
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
This patch hopefully brings PokeAPI's information regarding machines up to date.
For BDSP, there's only minor variation from Diamond and Pearl, but I went ahead and scripted the process anyway to try to ensure that my first contribution to the project didn't contain any errors.
I couldn't find any information regarding how best to add new items, but I figured it made sense enough to auto-increment from just before the ones with "weird" IDs.
I wanted quite badly to sort
machines.csvby generation rather than TM number before updating it, but I settled for just sorting my additions that way, mostly in the interest of localizing the changes, and that in order to preempt the likely discovery of more new machines in Teal Mask.I'm probably missing something somewhere, but this should get us most of the way toward closing #1029.