• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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
  • 10
    Posts
    4
    Years
    [Pokeemerald] QoL Field Moves

    [PokeCommunity.com] Revolutionize your Pokémon decomp with 'QoL Field Moves': Experience enhanced Field Move usage without Pokémon or A Button presses!

    [PokeCommunity.com] Revolutionize your Pokémon decomp with 'QoL Field Moves': Experience enhanced Field Move usage without Pokémon or A Button presses!


    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