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

Fix pokemon_form info #799

Merged
merged 8 commits into from
Jan 13, 2023
Merged
Changes from 1 commit
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
43 changes: 22 additions & 21 deletions data/v2/csv/pokemon_forms.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1301,24 +1301,25 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10395,urshifu-single-strike-gmax,gmax,10226,20,1,1,0,1,1281
10396,urshifu-rapid-strike-gmax,gmax,10227,20,1,1,0,1,1282
10397,toxtricity-low-key-gmax,gmax,10228,20,1,1,0,1,1283
10398,growlithe-hisui,hisui,10229,24,1,1,0,1,1284
10399,arcanine-hisui,hisui,10230,24,1,1,0,1,1285
10400,voltorb-hisui,hisui,10231,24,1,1,0,1,1286
10401,electrode-hisui,hisui,10232,24,1,1,0,1,1287
10402,typhlosion-hisui,hisui,10233,24,1,1,0,1,1288
10403,qwilfish-hisui,hisui,10234,24,1,1,0,1,1289
10404,sneasel-hisui,hisui,10235,24,1,1,0,1,1290
10405,samurott-hisui,hisui,10236,24,1,1,0,1,1291
10406,lilligant-hisui,hisui,10237,24,1,1,0,1,1292
10407,zorua-hisui,hisui,10238,24,1,1,0,1,1293
10408,zoroark-hisui,hisui,10239,24,1,1,0,1,1294
10409,braviary-hisui,hisui,10240,24,1,1,0,1,1295
10410,sliggoo-hisui,hisui,10241,24,1,1,0,1,1296
10411,goodra-hisui,hisui,10242,24,1,1,0,1,1297
10412,avalugg-hisui,hisui,10243,24,1,1,0,1,1298
10413,decidueye-hisui,hisui,10244,24,1,1,0,1,1299
10414,dialga-origin,origin,10245,24,1,1,0,1,1300
10415,palkia-origin,origin,10246,24,1,1,0,1,1301
10416,basculin-white-striped,white-striped,10247,24,1,1,0,1,1302
10417,basculegion-female,female,10248,24,1,1,0,1,1303
10418,enamorus-therian,therian,10249,24,1,1,0,1,1304
10398,growlithe-hisui,hisui,10229,24,1,0,0,1,1284
10399,arcanine-hisui,hisui,10230,24,1,0,0,1,1285
10400,voltorb-hisui,hisui,10231,24,1,0,0,1,1286
10401,electrode-hisui,hisui,10232,24,1,0,0,1,1287
10402,typhlosion-hisui,hisui,10233,24,1,0,0,1,1288
10403,qwilfish-hisui,hisui,10234,24,1,0,0,1,1289
10404,sneasel-hisui,hisui,10235,24,1,0,0,1,1290
10405,samurott-hisui,hisui,10236,24,1,0,0,1,1291
10406,lilligant-hisui,hisui,10237,24,1,0,0,1,1292
10407,zorua-hisui,hisui,10238,24,1,0,0,1,1293
10408,zoroark-hisui,hisui,10239,24,1,0,0,1,1294
10409,braviary-hisui,hisui,10240,24,1,0,0,1,1295
10410,sliggoo-hisui,hisui,10241,24,1,0,0,1,1296
10411,goodra-hisui,hisui,10242,24,1,0,0,1,1297
10412,avalugg-hisui,hisui,10243,24,1,0,0,1,1298
10413,decidueye-hisui,hisui,10244,24,1,0,0,1,1299
10414,dialga-origin,origin,10245,24,1,0,0,1,1300
10415,palkia-origin,origin,10246,24,1,0,0,1,1301
10416,basculin-white-striped,white-striped,10247,24,1,0,0,1,1302
10417,basculegion-female,female,10248,24,1,0,0,1,1303
10418,enamorus-therian,therian,10249,24,1,0,0,1,1304
Comment on lines +1407 to +1427
Copy link
Contributor Author

Choose a reason for hiding this comment

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

is_battle_only columns of Hisuian forms should be 0.