• 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] Revolutionize your Pokémon decomp with 'QoL Field Moves': Experience enhanced Field Move usage without Pokémon or A Button presses!

PSF

fangame developer
9
Posts
3
Years
  • [Pokeemerald] QoL Field Moves

    5998c9b1-dae5-44f1-983e-57833f474219

    268829337-823b5832-cfe9-43d3-b463-4d10c15d9244.gif


    This branch allows developers to make the use of Field Moves more convenient.
    This is a combination of the features Surfboard instead of HM Surf by Pyredrid, and HM Items by NobodySociety.
    Thank you very much to Archie for their contribution.

    Features
    Documentation
    The full documentation can be found on Github. The documentation covers:
    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 qol_field_moves # This pulls in the qol_field_moves feature branch
    Manual merge
    If your project is:
    • Too far behind pokeemerald
    • Using a different base (pokeemerald-expansion or pokefirered)
    • 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 project to properly recreate the feature.

    Contributors
    Pyredrid
    NobodySociety
    archie#5000
    • Helped give a code review of the feature
     
    Back
    Top