PSF
fangame developer
- 10
- Posts
- 4
- Years
- he / they
- San Francisco Bay Area, United States
- Seen Mar 26, 2025
Hexorb
The hexorb allows the player to give the Pokémon in their party a status condition. This branch allows developers to use the Hexorb item in their decomp projects.
This feature was inspired by the Pokémon Center Clerk found in Pokémon Run and Bun.
This is for use in pokeemerald-expansion decomp projects.
Documentation
The full documentation can be found on Github. The documentation covers:
* Usage
* Known Issues
* Support
Installation
These instructions assume that you can build pokeemerald-expansion, have a basic understanding of C, and are familiar with using the in-game scripting language. If you do not, please watch the tutorials series from Team Aqua's Hideout.
git merge (recommended)
From the root directory of your project, run the following commands in your terminal program of choice:
Manual merge
If your project is:
![[PokeCommunity.com] I made a item that lets players inflict their party with a status condition. You can use it in your decompilation projects! [PokeCommunity.com] I made a item that lets players inflict their party with a status condition. You can use it in your decompilation projects!](https://i.imgur.com/k6HXq2V.gif)
The hexorb allows the player to give the Pokémon in their party a status condition. This branch allows developers to use the Hexorb item in their decomp projects.
This feature was inspired by the Pokémon Center Clerk found in Pokémon Run and Bun.
This is for use in pokeemerald-expansion decomp projects.
Documentation
The full documentation can be found on Github. The documentation covers:
* Usage
* Known Issues
* Support
Installation
These instructions assume that you can build pokeemerald-expansion, have a basic understanding of C, and are familiar with using the in-game scripting language. If you do not, please watch the tutorials series from Team Aqua's Hideout.
git merge (recommended)
From the root directory of your project, run the following commands in your terminal program of choice:
Code:
git remote add psf-expansion https://github.com/PokemonSanFran/pokeemerald-expansion/ # This adds our team's pokeemerald-expansion branch as a remote repo.
git pull psf-expansion hexorb # This pulls in the pokevial feature branch
Manual merge
If your project is:
- Too far behind pokeemerald-expansion
- Using a different base (pokeemerald or pokefirered)
- Some other reason that I can't think of