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

Living Dex Generation - Default Forms to current game save #222

Open
pineapple21 opened this issue Sep 27, 2023 · 1 comment
Open

Living Dex Generation - Default Forms to current game save #222

pineapple21 opened this issue Sep 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pineapple21
Copy link

Using Sword/Shield game save loaded. Use the ALM menu and generate living dex. This generation is using Form = 0 and skips the Galarian forms if "IncludeForms" is set to false.

Sword and Shield has a lot of PKMN that have a galarian form, but you can also get their normal form from DLC/Transfer.

The option of "IncludeForms" is set to false because I don't want 16 forms of Alcreamie and Silvally and any other that have multiple forms. The is generating the originating forms over the galarian forms.

Is there a way that could be added to generate the forms with priority to game version? So if a Shield save was loaded and used generate living dex, it would prioritize a pokemon like Zigzagoon to Galarian form, instead of its default from Hoenn. While its Hoenn form is obtainable in Isle of Armor, its Hoenn form doesn't seem to appear in the Pokedex.

The ideal would be to generate all Galarian forms (or form priority to game save) and generate other forms if they appear in DLC.

I hope I provided enough information to make this understandable and re-creatable.

If there was a way to loop in batch edit and specify all Species IDs and change form that way I would do that. So if there is a way to do that instead that you know of, I'm open to that option as well.

@pineapple21 pineapple21 added the enhancement New feature or request label Sep 27, 2023
@architdate
Copy link
Owner

Looks doable on the surface, I'll take a look at it over this weekend

@architdate architdate self-assigned this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants