PSF
fangame developer
- 9
- Posts
- 3
- Years
- he / they
- San Francisco Bay Area, United States
- Seen Oct 28, 2024
[Pokeemerald] Vs. Seeker
This is a port of the Vs. Seeker from Pokémon FireRed/LeafGreen for use in pokeemerald decomp projects.
Thank you very much to Jaizu, Jasper, 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
Jaizu
This is a port of the Vs. Seeker from Pokémon FireRed/LeafGreen for use in pokeemerald decomp projects.
Thank you very much to Jaizu, Jasper, 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 vs_seeker # This pulls in the pokevial feature branch
Manual merge
If your project is:
- Too far behind pokeemerald
- Some other reason that I can't think of
Contributors
Jaizu
- Wrote the original implementation
- Performed code review for expansion
- Performed code review for expansion