Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing indices for generation 1 and 2 items #374

Open
foster-hangdaan opened this issue Jan 10, 2024 · 0 comments
Open

Missing indices for generation 1 and 2 items #374

foster-hangdaan opened this issue Jan 10, 2024 · 0 comments

Comments

@foster-hangdaan
Copy link

foster-hangdaan commented Jan 10, 2024

Generation 1 and 2 items have missing game indices. Here are the game indices for the pokeball:

item_id,generation_id,game_index
4,3,4
4,4,4
4,5,4
4,6,4
4,7,4
4,8,4

Note that the data above is missing generation_id for 1 and 2. The pokeball was assigned index 4 in Gen 1 and index 5 in Gen 2.

The item indexes for Gen 1 and Gen 2 can be obtained from Bulbapedia. By using a script, I can parse the pages and insert the data into the item_game_indices.csv file. Is this the proper way to proceed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant