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

[Critical] Trainer parties are currently broken. #2333

Closed
Jaizu opened this issue Sep 17, 2022 · 0 comments · Fixed by #2334
Closed

[Critical] Trainer parties are currently broken. #2333

Jaizu opened this issue Sep 17, 2022 · 0 comments · Fixed by #2334

Comments

@Jaizu
Copy link

Jaizu commented Sep 17, 2022

Tested on dev_1.x branch
I think this might be happening due to some switch logic changed recently, I think he's switching out to his next pokémon + 1.
I changed the sParty_Rick to:

static const struct TrainerMonNoItemDefaultMoves sParty_Rick[] = {
    {
        .iv = 0,
        .lvl = 9,
        .species = SPECIES_WEEDLE,
    },
    {
        .iv = 0,
        .lvl = 9,
        .species = SPECIES_KAKUNA,
    },
    {
        .iv = 0,
        .lvl = 9,
        .species = SPECIES_CATERPIE,
    },
    {
        .iv = 0,
        .lvl = 9,
        .species = SPECIES_METAPOD,
    },
};

Gif:
mGBA_U0RCCbwGPn

Save:
pokeemerald.zip

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 a pull request may close this issue.

1 participant