• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[Pokeemerald] FRLG's Vs. Seeker Feature Branch for pokeemerald

PSF

fangame developer
  • 10
    Posts
    4
    Years
    [Pokeemerald] Vs. Seeker

    [PokeCommunity.com] FRLG's Vs. Seeker Feature Branch for pokeemerald

    [PokeCommunity.com] FRLG's Vs. Seeker Feature Branch for pokeemerald


    This is a port of the Vs. Seeker from Pokémon FireRed/LeafGreen for use in pokeemerald decomp projects.

    Thank you very much to Jaizu, Jasper, and Karathan for their contributions.

    Features
    Installation
    git merge (recommended)
    These instructions assume that you are able to build pokeemerald, have a basic understanding of C, and are familiar with using the ingame scripting language. If you do not, please watch the tutorial series from Team Aqua's Hideout.
    From the root directory of your project, run the following commands in your terminal program of choice:
    Code:
    git remote add psf_emerald https://github.com/PokemonSanFran/pokeemerald/ # This adds our team's pokeemerald branch as a remote repo.
    git pull psf_emerald vs_seeker # This pulls in the pokevial feature branch

    Manual merge
    If your project is:
    • Too far behind pokeemerald
    • Some other reason that I can't think of
    You can manually implement the features using the diff between this branch and vanilla pokeemerald as a guide. You will need to manually edit or create each of these files in your own project to properly recreate the feature.

    Contributors
    Jaizu

    • Wrote the original implementation
    Karathan
    • Performed code review for expansion
    Jasper
    • Performed code review for expansion
     
    Back
    Top