PSF
fangame developer
- 9
- Posts
- 3
- Years
- he / they
- San Francisco Bay Area, United States
- Seen Oct 28, 2024
[Pokeemerald] QoL Field Moves
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:
Manual merge
If your project is:
Contributors
Pyredrid
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
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
Contributors
Pyredrid
- Created the original Surfboard instead of HM Surf
- Created the original HM Items
- Helped give a code review of the feature