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

Add support for multi battles with a singular wild opponent #2103

Closed
pkmnsnfrn opened this issue Apr 26, 2022 · 0 comments · Fixed by #2238
Closed

Add support for multi battles with a singular wild opponent #2103

pkmnsnfrn opened this issue Apr 26, 2022 · 0 comments · Fixed by #2238

Comments

@pkmnsnfrn
Copy link
Collaborator

pkmnsnfrn commented Apr 26, 2022

        setwildbattle(SPECIES_EXCADRILL,100,ITEM_MUSCLE_BAND)
        playmoncry(SPECIES_EXCADRILL,CRY_MODE_ENCOUNTER)
        msgbox("roar",MSGBOX_AUTOCLOSE)
        delay(40)
        waitmoncry
        multi_fixed_wild(TRAINER_WALLY_VR_2,TRAINER_BACK_PIC_WALLY)

image

I'm trying to create a boss battle where the player and a rival battle against a very strong wild Pokemon.

When I only pass one argument to setwildbattle, I get MissingNo and the Excadrill. I've been told this is a limitation of the current state of affairs and would require a non-zero amount of work to support.

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.

2 participants