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

Fixed regional variant inheritance and pokeball inheritance #4695

Merged

Conversation

cawtds
Copy link

@cawtds cawtds commented Jun 2, 2024

Description

Regional variants according to https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_breeding#Regional_forms and https://bulbapedia.bulbagarden.net/wiki/Everstone#Regional_forms

Pokeball inheritance was mostly implemented, but never set for the hatched mon.

Discord contact info

.cawt

…e base species e.g. Persian and Perrserker

ball inheritance: fix inheritance for regional forms
@Bassoonian Bassoonian merged commit 9b10e13 into rh-hideout:master Jun 2, 2024
1 check passed
@AsparagusEduardo
Copy link
Collaborator

Was ball inheritance not working? I was certain there was another PR that also fixed it #2613

@cawtds
Copy link
Author

cawtds commented Jun 2, 2024

As far as i can tell that PR only removed a post-creation overwrite of the ball. In CreateHatchedMon the ball was never copied from the egg to the created mon though. Only tested it on FLRG since i don't have access to an emerald save atm., but it should have been functionally identical.

@AsparagusEduardo
Copy link
Collaborator

As far as i can tell that PR only removed a post-creation overwrite of the ball. In CreateHatchedMon the ball was never copied from the egg to the created mon though. Only tested it on FLRG since i don't have access to an emerald save atm., but it should have been functionally identical.

gotcha, ty for the fix :)

@cawtds cawtds deleted the fix-regional-breeding-and-pokeball branch August 12, 2024 16:04
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.

3 participants