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

Generate Foreign Dex Entries #356

Merged
merged 4 commits into from
Feb 3, 2025
Merged

Conversation

h2o-DS
Copy link
Contributor

@h2o-DS h2o-DS commented Feb 1, 2025

Added foreign languages to res/pokemon/species/data.json pokedex_data
Removed prebuilt pokedex gmm files
Renamed message banks 698-723

Added foreign languages to res/pokemon/<species>/data/json pokedex_data
Removed prebuilt pokedex gmm files
Renamed message banks 698-723
@h2o-DS
Copy link
Contributor Author

h2o-DS commented Feb 1, 2025

TEXT_BANK_DEX_ENTRY_UNUSED is technically referenced in pokedex_text.c, but if I am reading it correctly it should not actually get used. Data wise it is identical to TEXT_BANK_DEX_ENTRY_DIAMOND

generated/text_banks.txt Outdated Show resolved Hide resolved
generated/text_banks.txt Outdated Show resolved Hide resolved
res/pokemon/abomasnow/data.json Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
tools/scripts/make_pokedex_text_banks.py Outdated Show resolved Hide resolved
Changed languages to ISO-639 codes
Gave forms pokedex data fields
moved name to pokedex data
pokedex_text_banks -> species_text_banks
@@ -70,21 +70,17 @@ def DataSize(num):

for i, species_dir in enumerate(SPECIES_DIRS):
file = source_dir / species_dir / 'data.json'
if ((species_dir == 'giratina') and (args.giratina_form == 'giratina_origin')):
file = source_dir / 'giratina/forms/origin/data.json'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is now the only Giratina weirdness

res/text/meson.build Outdated Show resolved Hide resolved
@lhearachel lhearachel merged commit f6d8ad2 into pret:main Feb 3, 2025
1 check passed
github-actions bot pushed a commit that referenced this pull request Feb 3, 2025
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

Successfully merging this pull request may close these issues.

2 participants