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
Prev Previous commit
Next Next commit
Fix Japanese localization of Sinistea
  • Loading branch information
giginet committed Dec 13, 2022
commit 57197607ca40b1015b6011e776c16b1f4809ebd6
8 changes: 6 additions & 2 deletions data/v2/csv/pokemon_form_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,14 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
849,9,Amped Form,Amped Toxtricity
849,11,ハイなすがた,
849,12,高调的样子,
854,1,がんさくフォルム,
854,9,,Phony Sinistea
854,6,Fälschungsform,Fatalitee (Fälschung)
854,11,がんさくフォルム,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add Japanese localization for Phony/Antique forms of Sinistea/Polteageist

855,1,がんさくフォルム,
855,9,,Phony Polteageist
855,6,Fälschungsform,Mortipot (Fälschung)
855,11,がんさくフォルム,
869,1,ミルキィバニラ,
869,3,밀키바닐라,
869,4,奶香香草,
Expand Down Expand Up @@ -3036,10 +3040,10 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10343,9,Low Key Form,Low Key Toxtricity
10343,11,ローなすがた,
10343,12,低调的样子,
10344,1,がんさくフォルム,
10344,1,しんさくフォルム,
10344,6,Originalform,Fatalitee (Original)
10344,9,,Antique Sinistea
10344,11,がんさくフォルム,
10344,11,しんさくフォルム,
10345,1,しんさくフォルム,
10345,6,Originalform,Mortipot (Original)
10345,9,,Antique Polteageist
Expand Down