• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Battle] Pokemon Emerald Steven Space Centre

  • 8
    Posts
    11
    Years
    • Seen Apr 25, 2022
    Fairly simple question, but where exactly can I modify Steven's party for the multi-battle against Team magma in the space centre. I had initially just assumed it would be in trainer parties, but can't find it there. Doing an initial search I can find the flags and such for the multi battle, but can't actually find the party of Steven.
     
    Fairly simple question, but where exactly can I modify Steven's party for the multi-battle against Team magma in the space centre. I had initially just assumed it would be in trainer parties, but can't find it there. Doing an initial search I can find the flags and such for the multi battle, but can't actually find the party of Steven.
    https://github.com/pret/pokeemerald/blob/master/src/battle_tower.c#L764-L798

    Protip: you can use git grep, and sometimes GitHub's own search bar, to search for words or sentences used throughout your project.
    In this case, I searched one of Steven's Pokémon, SPECIES_METANG, and was quickly able to find this.
     
    Thanks for the reply, I actually ended up searching with Metang as well since it it had a lot fewer references then Steven, but must have some how missed it.
     
    Back
    Top