• 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.

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

PSF

fangame developer
9
Posts
3
Years
  • [Pokeemerald] Vs. Seeker

    1e844f68-09e1-481d-acdd-66ab1a6ec3e5

    45095a77-946d-43bf-b91c-cf6829c6f3e4


    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