• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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] Catch Trainer's Pokemon? (decomp)

6
Posts
2
Years
    • Seen May 23, 2022
    Hi all,

    Wanted to do a nuzlocke called a "Theiflocke", where I can only use Pokemon caught from other trainer's teams. Anyone know how to change the mechanics to allowing this? I understand there is an action replay code for this but I would like the battle to continue AFTER catching an opponents pokemon. Any way to implement this as well? Preferably in Emerald or Fire Red. thank you so much.
     

    ellabrella

    PKMN Trainer
    57
    Posts
    5
    Years
    • She/It
    • Seen Apr 17, 2024
    hi there, i got interested in this and spent a little time working on it. i think i have something for pokeemerald that works, but it's not been tested very thoroughly.

    you can install it from my github into a clean pokeemerald project like this:
    Code:
    git remote add ellabrella https://github.com/ellabrella/pokeemerald
    git pull ellabrella steal-trainer-mon

    if you have trouble with that, you can add it manually, here's how to do that:
    Spoiler:


    one issue with this implementation is that it doesn't give you a chance to nickname the mon, and since they don't have your OT, you can't nickname them at the name rater. as a workaround, consider adding this mod as well: https://github.com/pret/pokeemerald/wiki/Nickname-your-Pokémon-from-the-party-menu this adds a party menu option for nicknaming, and as far as i can tell it doesn't check for OT.
     
    Back
    Top