PSF
fangame developer
- 10
- Posts
- 4
- Years
- he / they
- San Francisco Bay Area, United States
- Seen Mar 26, 2025
[Pokeemerald] pokévial
This branch allows developers to use the Pokévial item in their decomp projects. This item (or similar items) is found in many classic RPGs. This implementation was inspired by the Pokévial found in Inclement Emerald, Radical Red, or the Temessence Phial from Temtem.
Thank you very much to BuffelSaft, Horo, 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:
Manual merge
If your project is:
Contributors
BuffelSaft
This branch allows developers to use the Pokévial item in their decomp projects. This item (or similar items) is found in many classic RPGs. This implementation was inspired by the Pokévial found in Inclement Emerald, Radical Red, or the Temessence Phial from Temtem.
Thank you very much to BuffelSaft, Horo, 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 pokevial # This pulls in the pokevial 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
Contributors
BuffelSaft
- Named the Pokévial
- Refactored Task_PokevialLoop
- Suggested use of bitfields and converting pokevial into a struct for increased reability and use of use
- Created the Pokévial icon